connid(); // the following file is server-generated // DO NOT EDIT THIS! include GAME_DIR."modules/_dbselect.php"; // These are the key modules for game engine. // We will initialize them here. $user = new User; $module = new Module; $site = new Site; // load language constants // for multilingualization // courtesy of the MBDS Project // http://www.mbdsnet.org/ // to expand functionality, load/use class.language.php $site->init_language($_SESSION["user_lang"]); // check if any users exist if ($user->check_users()) { // redirect to welcome page header("location: ".$_SERVER["PHP_SELF"]."?page=WELCOME"); } // // this "include" initializes all modules // include GAME_DIR."process_module.php"; ?> "> <?=strtoupper($_SESSION["datanode"]["name"])?> Info Desktop
  AEFI CONCEPT EXTRACTION STUDY

displaymenu($_SESSION["validuser"],"ADMIN", $_SESSION["isadmin"], $_GET); } else { // display menus as top level menu $site->displaymenu($_SESSION["validuser"],"USER", $_SESSION["isadmin"], $_GET); } ?>


catch_error($_GET, $_POST); //$module->process_menu($_GET, $_POST); include GAME_DIR."process_menu.php"; ?>