Bug #1315
ERROR 404 on packages area upper-left logo of psense.
| Status: | Closed | Start date: | 01/15/2011 | |
|---|---|---|---|---|
| Priority: | Very Low | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Affected version: | Affected Architecture: |
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>
Subtasks
History
#1
Updated by Albert Causing about 2 years ago
reported by matrix3000
#2
Updated by Albert Causing about 2 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
#3
Updated by Michele Di Maria about 2 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...
#4
Updated by Michele Di Maria about 2 years ago
PS: the files changed are:
config/snort/index.php
config/snort/snort.xml
Thanks!
Michele