mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Update maintenance.php
Fixed URL of ImportCSV function
This commit is contained in:
@@ -707,7 +707,7 @@ function askImportCSV() {
|
|||||||
function ImportCSV()
|
function ImportCSV()
|
||||||
{
|
{
|
||||||
// Execute
|
// Execute
|
||||||
$.get('/php/server/devices.php?action=ImportCSV', function(msg) {
|
$.get('php/server/devices.php?action=ImportCSV', function(msg) {
|
||||||
showMessage (msg);
|
showMessage (msg);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user