mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct the link to index.php so it always works correctly.
This commit is contained in:
parent
233e2af1f4
commit
ea858be08a
@ -242,7 +242,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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user