OARS321 ADMIN variables for ZUID

Reminders: ZUL levels
0 first time reg user  
1 first time member has completed all their member details - can start a triail
2 member with trail active  
3   spare future use - maybe for boat owners initial
4   spare future use - maybe for boat owners completed data
5 subscriber can view races and adjust result displays - cannot input race data
6 subscriber super admin can input finish time
7 subscriber super admin can modify race start times
8 subscriber admin can start and modify events
9 subscriber super admin can add levels 5/6/7/8  ( is the original subscriber for the event
10+   spare
-1 system admin can access certain hidden pages to change member status and access levels
-2 system super admin can access all above
-3 god  

Lang = " ; //echo $_SERVER['HTTP_ACCEPT_LANGUAGE']; $arr = get_defined_vars(); echo "

VARS
" ; //foreach ($_POST as $key => $value) foreach ($arr as $key => $value) { echo $key.' ={ '.$value.' }
' ; // $x = '$'.$key.' = $_REQUEST["'.$key.'"] ;' ; // echo $x.'
'; } echo "

SESSIONS
" ; foreach ($_SESSION as $key => $value) { echo $key.' ={ '.$value.' }
' ; } echo "

" ; $everything = get_defined_vars(); ksort($everything); //echo "

" ; //$a = print_r(var_dump($GLOBALS),1); //echo '
';
//echo htmlspecialchars($a);
//echo '
'; //echo "

" ; // print_r($arr) ; echo "

" ; require("../!!INCL/show_SESS1.php"); // show vars //include("../!!INCL/show_menu_1.php"); // display the temp menu echo "

" ; ?>