Update maintenance.php

Fixed URL of ExportCSV function
This commit is contained in:
Carlos V
2023-09-05 17:33:47 +02:00
committed by GitHub
parent 04cf16cc94
commit 2e407d9e8f

View File

@@ -695,7 +695,7 @@ function askExportCSV() {
function ExportCSV()
{
// Execute
openInNewTab(window.location.origin + "/php/server/devices.php?action=ExportCSV")
openInNewTab("php/server/devices.php?action=ExportCSV")
}
// Import CSV