summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-08-12 21:28:18 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-08-12 21:28:18 +0000
commit6290d3af8df31b47e8bbdc5b12997724e9351624 (patch)
treef29e8f2fa6b3d94418c856cb5889f4b3813e74d1 /usr/local/www
parentb5ce5ea8768ca11c326eb97acaa8076f41c620d2 (diff)
downloadpfsense-6290d3af8df31b47e8bbdc5b12997724e9351624.zip
pfsense-6290d3af8df31b47e8bbdc5b12997724e9351624.tar.gz
Allows for theme directories with "_" as a prefix not show up in the GUI. :)
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_advanced.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index b4d7145..8cc5266 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -321,6 +321,7 @@ function openwindow(url) {
<?php
$files = return_dir_as_array("/usr/local/www/themes/");
foreach($files as $f) {
+ if (substr($f, 0, 1) == "_") continue;
if($f == "CVS") continue;
$selected = "";
if($f == $config['theme'])
OpenPOWER on IntegriCloud