Update header.php
Change url href="/maintenance.php#tab_Logging" to url href="maintenance.php#tab_Logging", to work well for people with proxy settings
This commit is contained in:
@@ -156,7 +156,7 @@ if ($ENABLED_DARKMODE === True) {
|
|||||||
</li>
|
</li>
|
||||||
<!-- Server Status -->
|
<!-- Server Status -->
|
||||||
<li>
|
<li>
|
||||||
<a onclick="setCache('activeMaintenanceTab', 'tab_Logging_id')" href="/maintenance.php#tab_Logging">
|
<a onclick="setCache('activeMaintenanceTab', 'tab_Logging_id')" href="maintenance.php#tab_Logging">
|
||||||
<div class="header-status">
|
<div class="header-status">
|
||||||
<code id="state"></code>
|
<code id="state"></code>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user