From 20b90e0ae919718fbe88e6f5cd974a1c59f1d08a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 2 Oct 2006 21:12:58 +0000 Subject: Switch to OpenNTPD. --- usr/local/www/system.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/system.php b/usr/local/www/system.php index 624649a..26ad1fc 100755 --- a/usr/local/www/system.php +++ b/usr/local/www/system.php @@ -124,7 +124,7 @@ if ($_POST) { update_if_changed("NTP update interval", $config['system']['time-update-interval'], $_POST['timeupdateinterval']); /* pfSense themes */ - update_if_changed("System Theme", $config['theme'], $_POST['theme']); + update_if_changed("System Theme", $config['theme'], $_POST['theme']); /* XXX - billm: these still need updating after figuring out how to check if they actually changed */ unset($config['system']['dnsserver']); @@ -134,13 +134,13 @@ if ($_POST) { $config['system']['dnsserver'][] = $_POST['dns2']; $olddnsallowoverride = $config['system']['dnsallowoverride']; - + unset($config['system']['dnsallowoverride']); $config['system']['dnsallowoverride'] = $_POST['dnsallowoverride'] ? true : false; if ($_POST['password']) { $config['system']['password'] = crypt($_POST['password']); update_changedesc("password changed via webConfigurator"); - sync_webgui_passwords(); + sync_webgui_passwords(); } if ($changecount > 0) @@ -260,12 +260,14 @@ include("head.inc");
Select the location closest to you + NTP time server @@ -275,7 +277,7 @@ include("head.inc");   - + Theme @@ -299,7 +301,7 @@ include("head.inc"); This will change the look and feel of pfSense - +   -- cgit v1.1