|
Umfragen
|
Go to the source code of this file.
Variables | |
| $action = "" | |
| $super_admins = explode(",",SUPER_ADMIN) | |
| $db_tables_present = $db->check_tables() | |
| if($db_tables_present["config"]===false) | $config = new config($db) |
| $messages = new messageHandler() | |
| $au = make_auth_object() | |
| if((isset($_POST["save_settings"])) AND($_POST["save_settings"]!="")) if($action=="save settings") | $navbar = array( 0 => array("name"=>"Backend","href"=>"index.php","onclick"=>"") ) |
| $navbar [] = array( "name"=>"Admin" , "href"=>"admin.php" , "onclick"=>"") | |
| $grouplist = $au->get_all_groups() | |
| $action = "" |
Definition at line 39 of file config.php.
| $au = make_auth_object() |
Definition at line 68 of file config.php.
Definition at line 65 of file config.php.
| $db_tables_present = $db->check_tables() |
Definition at line 59 of file config.php.
| $grouplist = $au->get_all_groups() |
Definition at line 191 of file config.php.
| $messages = new messageHandler() |
Definition at line 67 of file config.php.
| if ((isset($_POST["save_settings"])) AND($_POST["save_settings"]!="")) if ($action=="save settings") $navbar = array( 0 => array("name"=>"Backend","href"=>"index.php","onclick"=>"") ) |
Definition at line 154 of file config.php.
| $navbar[] = array( "name"=>"Admin" , "href"=>"admin.php" , "onclick"=>"") |
Definition at line 155 of file config.php.
| $super_admins = explode(",",SUPER_ADMIN) |
Definition at line 44 of file config.php.