diff --git a/front/maintenance.php b/front/maintenance.php index 0c86d4c7..f9fe7f24 100755 --- a/front/maintenance.php +++ b/front/maintenance.php @@ -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); }); }