diff --git a/html/pages/delhost.inc.php b/html/pages/delhost.inc.php new file mode 100644 index 000000000..66bc44170 --- /dev/null +++ b/html/pages/delhost.inc.php @@ -0,0 +1,36 @@ +You are not permitted to perform this function"); + exit; +} + +if($_POST['id']) { + echo delete_device(mres($_POST['id'])); +} elseif ($_GET['id']) { + echo delete_device(mres($_GET['id'])); +} + +?> + +
+