From ca6efbe2a6bf5081f40852b176fd4352c58803da Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Sun, 26 Aug 2007 20:06:39 +0000 Subject: [PATCH] correct html tags on adm_deactivate --- bureau/admin/adm_deactivate.php | 42 ++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/bureau/admin/adm_deactivate.php b/bureau/admin/adm_deactivate.php index f03ef9e3..a26198c5 100644 --- a/bureau/admin/adm_deactivate.php +++ b/bureau/admin/adm_deactivate.php @@ -1,19 +1,54 @@ + + +"; exit(); } if (!$admin->enabled || !$admin->checkcreator($uid)) { __("This page is restricted to authorized staff"); + echo ""; exit(); } if (!$r=$admin->get($uid)) { __("User does not exist"); + echo ""; exit(); } @@ -102,3 +137,8 @@ if ($confirmed) { print ""; } $cuid = $old_cuid; + +?> + + +