= 0) { ini_set ("error_reporting", E_ALL & ~E_NOTICE & ~E_USER_NOTICE); set_error_handler(function($errno, $error){ if ( str_starts_with($error, 'Undefined array key')|| str_starts_with($error, 'Undefined variable')|| str_starts_with($error, 'Undefined global variable')|| str_starts_with($error, 'Trying to access array offset')|| str_starts_with($error, 'str_replace(): Passing null to parameter #3') ) { trigger_error($errno . $error, E_USER_NOTICE); } else { return false; } return true; }, E_WARNING | E_DEPRECATED); } else { error_reporting(E_ALL ^ E_NOTICE); } ini_set("display_errors",1); date_default_timezone_set('Europe/Berlin'); setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge', 'deu_deu'); function dateFormat($format, $date) { $fmt = new IntlDateFormatter( 'de-DE', IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'Europe/Berlin', IntlDateFormatter::GREGORIAN, $format ); return $fmt->format($date); } $VIAINDEX = 1; $_SESSION["dir"]["root"] = "/var/www/vhosts/vka.de/httpdocs/vka.de"; $_SESSION["include"]["glob"] = $_SESSION["dir"]["root"]."/__nfv9725h3bg__.php"; $_SESSION["include"]["functions"] = $_SESSION["dir"]["root"]."/public/_inc/functions.php"; $_SESSION["ext_base"] = "http".($_SERVER["HTTPS"]?"s":null)."://".($_SERVER["HTTP_HOST"])."/"; $_SESSION["ext_base_cms"] = "https://admin.vka.de/"; require_once($_SESSION["include"]["glob"]); require_once($_SESSION["include"]["functions"]); // z($_SERVER); if (!$QUERY["current"]["int_name"]) $QUERY["current"]["int_name"] = "home"; //z(dateFormat("dd.MM.yyyy - HH:mm 'Uhr'", time())); ob_start("cleanHTML"); include("__index.php"); ob_end_flush(); showDEVs(); ?>