summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-22 08:57:26 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-22 08:58:27 -0400
commit995df6c32c55bf6528f7d0fbb428cbb5e9d133dd (patch)
tree9a71ef79ebda4a0a706a63f1caaa303adf8ac43d /src/usr/local/www/system.php
parent4eeb2809d023ddd260c938dac20654515d5a9055 (diff)
downloadpfsense-995df6c32c55bf6528f7d0fbb428cbb5e9d133dd.zip
pfsense-995df6c32c55bf6528f7d0fbb428cbb5e9d133dd.tar.gz
Completed #5333
Diffstat (limited to 'src/usr/local/www/system.php')
-rw-r--r--src/usr/local/www/system.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 4827d18..34ee406 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -89,7 +89,6 @@ $pconfig['dnsallowoverride'] = isset($config['system']['dnsallowoverride']);
$pconfig['timezone'] = $config['system']['timezone'];
$pconfig['timeupdateinterval'] = $config['system']['time-update-interval'];
$pconfig['timeservers'] = $config['system']['timeservers'];
-$pconfig['theme'] = $config['system']['theme'];
$pconfig['language'] = $config['system']['language'];
$pconfig['dnslocalhost'] = isset($config['system']['dnslocalhost']);
@@ -216,11 +215,6 @@ if ($_POST) {
set_language($config['system']['language']);
}
- /* pfSense themes */
- if (!$g['disablethemeselection']) {
- 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 */
$olddnsservers = $config['system']['dnsserver'];
unset($config['system']['dnsserver']);
OpenPOWER on IntegriCloud