* fix bug.

This commit is contained in:
wangyidong
2017-01-13 17:40:30 +08:00
parent 8525150295
commit 87393fbca2
+1 -1
View File
@@ -27,7 +27,7 @@ include './framework/router.class.php';
include './framework/control.class.php';
include './framework/model.class.php';
include './framework/helper.class.php';
helper::import(realpath('./config/config.php'));
include realpath('./config/config.php');
/* Set the PATH_INFO variable. */
if($config->requestType == 'PATH_INFO')