diff --git a/html/pages/delhost.php b/html/pages/delhost.php deleted file mode 100644 index 66bc44170..000000000 --- a/html/pages/delhost.php +++ /dev/null @@ -1,36 +0,0 @@ -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'])); -} - -?> - -
-