...
|
...
|
@@ -11,6 +11,6 @@ Config_Defines::setVaribles('release'); |
|
|
// 引入框架文件
|
|
|
$config = include(APP_DIR.'/config/Boot.inc.php');
|
|
|
require $config['Framework_Dir'].'/Y.class.php';
|
|
|
|
|
|
@file_put_contents('/tmp/sso',date('Y-m-d H:i:s', time()).'|test'."\n", FILE_APPEND);
|
|
|
// 执行框架分派
|
|
|
Framework_Y::instance($config)->dispatch(); |
|
|
\ No newline at end of file |
...
|
...
|
|