From 3e6e96d98093a9930a959d12a14f6de7469d6900 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Fri, 20 Dec 2002 12:11:24 +0000 Subject: [PATCH] reformats, added cvs keywords --- admin/index.php | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/admin/index.php b/admin/index.php index 405a92b..4d751b1 100755 --- a/admin/index.php +++ b/admin/index.php @@ -1,25 +1,23 @@ "); // if usergroupid invalid then unauthorised view and exit -if($usergroupid != "0") -{ - die("$lang_err_unauthorized"); +if($usergroupid != "0") { + die("$lang_err_unauthorized"); } // if not action set ..set action to users -if(!isset($action)) -{ - $action = "users"; +if(!isset($action)) { + $action = "users"; } //------------------------------------------------------------- -- libgit2 0.21.4