//if($_GET['test']==1) { //ini_set( 'display_errors', 'On' ); //error_reporting( E_ALL ); //} //print $_SERVER['REQUEST_URI']; include_once 'inc/config.php'; include_once 'inc/ClassDBConnectMysqli.php'; include_once 'inc/ClassGetData.php'; include_once 'inc/ClassPage.php'; $myCMS = new myCMS($CONFIG['dbhost'], $CONFIG['dbuser'], $CONFIG['dbpassword'], $CONFIG['dbname']); $myPage = new myPage($myCMS);