//include("public/wartung.html");
//exit();
//error_reporting(E_ALL);
//error_reporting(-1);
//ini_set('display_errors', 'On');
//include("public/wartung.html");
//exit();
//error_reporting(-1);
//ini_set('display_errors', 'On');
$_SERVER['REQUEST_URI'] = urldecode($_SERVER['REQUEST_URI']); // rewrite fix
include('config.php');
//if( $_SERVER['HTTP_HOST'] =="mymediawelt.de"){
// header('Location: http://www.mymediawelt.de');
// exit();
//}
include(ROOT_PATH."/xdframework/framework_bootstrap.php");
include(ROOT_PATH."/core/functions.php");
include(ROOT_PATH."/core/functions_debughelper.php");
include(ROOT_PATH."/core/data.php");
include(ROOT_PATH."/core/lang.de.php");
require_once(ROOT_PATH.'/core/class.myBootstrap.php');
#error_reporting(0);
myBootstrap::run();
if( ! strstr($_SERVER['REQUEST_URI'], 'ajax') ){
include(ROOT_PATH."/core/debug_vars.php");
}