Commit 17422860 by 冷斌

fix bug

parent 13841cd1
......@@ -16,13 +16,6 @@ if (file_exists("data/conf/route.php")) {
$routes = array();
}
$routes = [
'test' => function() {
echo 'just test';
}
];
echo 21;
die;
$configs= array(
"LOAD_EXT_FILE"=>"extend",
'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