exit;
}
if (isset($_GET["apc-cached-file-list"])) {
    echo cron_apc_list();
    exit;
}
if (isset($_GET["cron-index-page"])) {
    cron_index();
    exit;
}
if (isset($_GET["PoolCoverPageSchedule"])) {
    cron_save();
    exit;
}
if (isset($_GET["MysqlTestsPerfs"])) {
    mysql_test_perfs();
    exit;
}
js();
function popup()
{
    $tpl = new templates();
    echo $tpl->_ENGINE_parse_body(main_tabs());
}
function saveInterfaces()
{
    $sock = new sockets();
    $sock->SET_INFO("InterfaceFonts", stripslashes($_POST["InterfaceFonts"]));
}
function index()
{
Beispiel #2
0
	
	if(isset($_GET["DisableWarnNotif"])){save_index_page();exit;}
	if(isset($_GET["cron-js"])){echo cron_js();exit;}
	if(isset($_GET["cron-popup"])){echo cron_popup();exit;}
	if(isset($_GET["cron-start"])){echo cron_start();exit;}
	if(isset($_GET["cron-apc"])){echo cron_apc();exit;}
	if(isset($_GET["cron-logon"])){cron_logon();exit;}
	if(isset($_GET["LANGUAGE_SELECTOR_REMOVE"])){cron_logon_save();exit;}
	
	if(isset($_GET["apc-cached-file-list"])){echo cron_apc_list();exit;}
	
	
	if(isset($_GET["cron-index-page"])){cron_index();exit;}
	
	if(isset($_GET["PoolCoverPageSchedule"])){cron_save();exit;}
	if(isset($_GET["MysqlTestsPerfs"])){mysql_test_perfs();exit;}
	
	js();
	
	
function popup(){
	
	$tpl=new templates();
	echo $tpl->_ENGINE_parse_body(main_tabs());
	
}

function index(){

	
	//$content=main_config(1);