Bug #1315
closedERROR 404 on packages area upper-left logo of psense.
100%
Description
/usr/local/www/fbegin.inc
line
<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>
Updated by Albert Causing over 13 years ago
/usr/local/www/fbegin.inc
@line 238
<div id="header-left"><a href="index.php" id="status-link"><img src="/themes/= $g['theme']; >/images/transparent.gif" border="0"></a></div>
where index.php should be /index.php
Updated by Michele Di Maria over 13 years ago
According to this thread http://forum.pfsense.org/index.php/topic,33812.0.html I added a index.php in the snort directory to redirect to the ../index.php page.
Waiting for someone to merge my git clone in the main...
Updated by Michele Di Maria over 13 years ago
PS: the files changed are:
config/snort/index.php
config/snort/snort.xml
Thanks!
Michele