Commit ffe024ea by 冷斌

fix bug

parent 93869026
...@@ -16,6 +16,13 @@ if (file_exists("data/conf/route.php")) { ...@@ -16,6 +16,13 @@ if (file_exists("data/conf/route.php")) {
$routes = array(); $routes = array();
} }
$routes = [
'test' => function() {
echo 'just test';
}
];
echo 1;
die;
$configs= array( $configs= array(
"LOAD_EXT_FILE"=>"extend", "LOAD_EXT_FILE"=>"extend",
'UPLOADPATH' => 'data/upload/', 'UPLOADPATH' => 'data/upload/',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment