summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-18 01:50:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-18 01:50:41 +0000
commitffb119f50c215265a7a3f0a6f54878a2e0caaf6e (patch)
tree17d89be9ee38c5c9fa0e18497e2f1842b69b6947 /usr/local/www/index.php
parent17a404e01e1042fb4bc2afcf12dd7de4d8a6ed69 (diff)
downloadpfsense-ffb119f50c215265a7a3f0a6f54878a2e0caaf6e.zip
pfsense-ffb119f50c215265a7a3f0a6f54878a2e0caaf6e.tar.gz
Doh! Use themes dir!
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index dc841f2..e42da98 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -155,7 +155,7 @@ include("head.inc");
<?php
include("fbegin.inc");
- if(!file_exists("/usr/local/www/{$g['theme']}/no_big_logo"))
+ if(!file_exists("/usr/local/www/themes/{$g['theme']}/no_big_logo"))
echo "<center><img src=\"logobig.jpg\"></center>";
?>
<br>
OpenPOWER on IntegriCloud