initial commit. It works!

This commit is contained in:
jerry
2018-04-28 16:20:44 +08:00
parent 04b6c2b648
commit e1abed776c
14 changed files with 445 additions and 232 deletions

View File

@@ -15,6 +15,7 @@ function loadAllClass($dir){
else {
if (count($taskFileName) < 2 || $taskFileName[1] != "php") continue;
require_once($dir . $m);
Console::debug("Loading PHP file ".$dir.$m);
}
}
}