mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Included file to create map was referencing wrong dir
This commit is contained in:
@@ -80,7 +80,7 @@ else if (validate_device_id($_POST['device_id']) || $_POST['device_id'] == '-1'
|
||||
$_POST['rule'] = $name;
|
||||
$_POST['target'] = $target;
|
||||
$_POST['map_id'] = '';
|
||||
include 'forms/create-map-item.inc.php';
|
||||
include 'create-map-item.inc.php';
|
||||
unset($ret,$target,$raw,$rule,$msg,$map_id);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user