// +---------------------------------------------------------------------- if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !'); // error_reporting(E_ALL || ~E_NOTICE); error_reporting(E_ALL); // error_reporting(0); define( "APP_PATH", __DIR__ . '/../application'); require(__DIR__.'/../daswork/start.php');