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:
Carlos V
2023-08-05 13:01:01 +02:00
committed by GitHub
parent ccbf4defe8
commit 7076c83185

View File

@@ -156,7 +156,7 @@ if ($ENABLED_DARKMODE === True) {
</li>
<!-- Server Status -->
<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">
<code id="state"></code>
</div>