debug=='Gk2p37Gj6T9Tf38e6z8c74sBz5TPjjvN')||($_COOKIE['debug']=='Gk2p37Gj6T9Tf38e6z8c74sBz5TPjjvN')) { setcookie('debug', 'Gk2p37Gj6T9Tf38e6z8c74sBz5TPjjvN', 0, '/', '.'.str_replace('www.', '', $_sys->frontend)); $_timestart = microtime(); ini_set('display_errors', 7); ini_set('error_reporting', 7); $isdebug=true; } else { ini_set('display_errors', 0); ini_set('error_reporting', 0); $isdebug=false; } require ('inc/__memcache.inc.php'); require ('inc/__func.inc.php'); require ('inc/__adminlogin.inc.php'); require ('inc/_arrays.inc.php'); require ('inc/_www_sprachen.inc.php'); require ('inc/_pages.inc.php'); if ((!$cacheactive)||($isdebug)||($_result==null)) { $_keywords=mysqli_fetch_object(mysqli_query($thisDB, "SELECT * FROM www_keywords WHERE sprache_id='$_sprache->id' AND seiten_id='$_page->id' LIMIT 1")); include ('pages/'.$_page->include.'.page.php'); $_index1.= ''; $_index1.= ''; $_index1.= ''; $_index1.= ''; $_index1.= ''; $_index1.= ''; $_index1.= ''.$_keywords->title.''; $_index1.= ''; $_index1.= ''; $_index1.= $_head; $_index1.= ''; $_index1.= ''; $_index3.= ''; $_index3.= ''; if ($isdebug) { $_timetotal = round((microtime() - $_timestart), 4); $_debug.='
'; if (strlen($_debugstr)>0) {$_debug.= "\n\nDEBUG: ".$_debugstr."\n\n

";} $_debug.= 'Page generated in '.$_timetotal.' seconds
'; $_result=$_index1.$_body.$_index2.$_debug.$_index3; } else { $_result=$_index1.$_body.$_index2; if ($cacheactive) { $_memcache->set($cachekey, $_result, 0, 30); } } } echo $_result; ?>