= 5.4 required, ' . PHP_VERSION . ' found, aborting'); if(file_exists('maintenance.php')) { require ('maintenance.php'); // if you want to implement some kind of "admin preview", you need to define that constant if(!defined('IGNORE_MAINTENANCE')) die(); } if(is_dir('install')) { header('Location: install/'); die(); } require ('include/mcms/inc.runtime.php');