/**
* CONFIG LOADER AND CMS INIT (DON'T CHANGE ANY LINE!!!)
*/
if (isset($_SERVER["ORIG_PATH_INFO"])) {
$_SERVER["SCRIPT_NAME"]=$_SERVER["ORIG_PATH_INFO"];
$SCRIPT_NAME=$_SERVER["ORIG_PATH_INFO"];
}
// Directory config
require dirname(__FILE__).'/config.dirs.php';
// Custom config
include dirname(__FILE__).'/config.custom.php';
// PAY config
include dirname(__FILE__).'/config.pay.php';
// CMS config
include dirname(__FILE__).'/config.cms.php';
// Init database
require_once DOCUMENT_ROOT.CMS_DIR.'/mkl.db.php';
require_once dirname(__FILE__).'/config.db.php';
// Init CMS
require_once DOCUMENT_ROOT.CMS_DIR.'/mkl.loader.php';
// Init Client Sniffer
require_once DOCUMENT_ROOT.CMS_DIR.'/plugins/class.ClientSniffer.php';
$CS = new ClientSniffer();
Warning: Use of undefined constant PAGE_LANG - assumed 'PAGE_LANG' (this will throw an Error in a future version of PHP) in /domains1/vx3872400/public/www_root/index.php on line 19
Warning: Use of undefined constant URL_REWRITE - assumed 'URL_REWRITE' (this will throw an Error in a future version of PHP) in /domains1/vx3872400/public/www_root/index.php on line 29
Warning: Use of undefined constant DOCUMENT_ROOT - assumed 'DOCUMENT_ROOT' (this will throw an Error in a future version of PHP) in /domains1/vx3872400/public/www_root/index.php on line 38
Warning: Use of undefined constant CMS_DIR - assumed 'CMS_DIR' (this will throw an Error in a future version of PHP) in /domains1/vx3872400/public/www_root/index.php on line 38
Warning: require_once(DOCUMENT_ROOTCMS_DIR/mkl.page.php): failed to open stream: No such file or directory in /domains1/vx3872400/public/www_root/index.php on line 38
Fatal error: require_once(): Failed opening required 'DOCUMENT_ROOTCMS_DIR/mkl.page.php' (include_path='.:/opt/remi/php73/root/usr/share/pear:/opt/remi/php73/root/usr/share/php:/usr/share/pear:/usr/share/php') in /domains1/vx3872400/public/www_root/index.php on line 38