summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-20 10:58:08 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-20 10:58:08 -0500
commit929068aa830b40d1f2c219ac36f16a27eaea4c04 (patch)
treee650e243d09afd4344116f9eabecdcf11168c43c /src
parent9022eb39579645ebbc9909fbb9930bc9a057b3a9 (diff)
parentf0a9dec454e2018242de9e9a48cf8b558e7ea580 (diff)
downloadpfsense-929068aa830b40d1f2c219ac36f16a27eaea4c04.zip
pfsense-929068aa830b40d1f2c219ac36f16a27eaea4c04.tar.gz
Merge pull request #2096 from phil-davis/patch-1
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 4617bd6..2a460b9 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -467,7 +467,7 @@ foreach ($css as $file) {
}
}
-if (($pconfig['webguicss'] == "") || (!isset($csslist[$pconfig['webguicss']]))) {
+if (!isset($pconfig['webguicss']) || !isset($csslist[$pconfig['webguicss']])) {
$pconfig['webguicss'] = "pfSense.css";
}
OpenPOWER on IntegriCloud