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"; } //-------------------------------------------------------------