Update deviceDetailsTools.php

Change static route to relative route in URL for proper proxy operation
This commit is contained in:
Carlos V.
2025-09-11 03:38:25 +02:00
committed by GitHub
parent 3653d2efd0
commit de20a2621c

View File

@@ -198,7 +198,7 @@
<?= lang("DevDetail_Nmap_buttonSkipDiscovery_text") ?>
</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">
<?= lang("DevDetail_Nmap_resultsLink") ?>
</a>
</li>