From ebb41fa66b9f7a80bfaa1074e3024142d4eb2162 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sat, 10 Jul 2010 22:23:51 +0000 Subject: [PATCH] DEL. HOST. DOT. INC. DOT. PEE. AICH. PEE. git-svn-id: http://www.observium.org/svn/observer/trunk@1340 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/delhost.inc.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 html/pages/delhost.inc.php diff --git a/html/pages/delhost.inc.php b/html/pages/delhost.inc.php new file mode 100644 index 0000000000..66bc44170d --- /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'])); +} + +?> + +
+

Delete Host

+
+

+ + +

+
+