Update maintenance.php

Fixed URL of ImportCSV function
This commit is contained in:
Carlos V
2023-09-05 17:28:22 +02:00
committed by GitHub
parent 069522febe
commit 04cf16cc94

View File

@@ -707,7 +707,7 @@ function askImportCSV() {
function ImportCSV()
{
// Execute
$.get('/php/server/devices.php?action=ImportCSV', function(msg) {
$.get('php/server/devices.php?action=ImportCSV', function(msg) {
showMessage (msg);
});
}