diff options
author | Ermal <eri@pfsense.org> | 2011-08-02 20:31:16 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-08-02 20:32:06 +0000 |
commit | 9afdf05854705e51f5ab7fd1a103ea21d39940f1 (patch) | |
tree | 39db11fb53721bbfa6a55e27a20e6f85bf56a712 /usr/local | |
parent | 5c5d2cad8c7fd99189b6634ecdb8a04f4d38d964 (diff) | |
download | pfsense-9afdf05854705e51f5ab7fd1a103ea21d39940f1.zip pfsense-9afdf05854705e51f5ab7fd1a103ea21d39940f1.tar.gz |
Correct the link to index.php so it always works correctly.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/fbegin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index 4e50d7b..b95a594 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -238,7 +238,7 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') { <div id="wrapper"> <div id="header"> - <div id="header-left"><a href="index.php" id="status-link"><img src="/themes/<?= $g['theme']; ?>/images/transparent.gif" border="0"></a></div> + <div id="header-left"><a href="/index.php" id="status-link"><img src="/themes/<?= $g['theme']; ?>/images/transparent.gif" border="0"></a></div> <div id="header-right"> <div class="container"> <div class="left">webConfigurator</div> |