Update maintenance.php
Fixed URL of ExportCSV function
This commit is contained in:
@@ -695,7 +695,7 @@ function askExportCSV() {
|
|||||||
function ExportCSV()
|
function ExportCSV()
|
||||||
{
|
{
|
||||||
// Execute
|
// Execute
|
||||||
openInNewTab(window.location.origin + "/php/server/devices.php?action=ExportCSV")
|
openInNewTab("php/server/devices.php?action=ExportCSV")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Import CSV
|
// Import CSV
|
||||||
|
|||||||
Reference in New Issue
Block a user