Update base.php

This commit is contained in:
Namhyeon Go 2018-04-13 14:05:18 +09:00 committed by GitHub
parent 4283aaaada
commit fd28ee7a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@ if(!function_exists('loadRoute')) {
$routefile = './route/' . $name . '.php'; $routefile = './route/' . $name . '.php';
if(file_exists($routefile)) { if(file_exists($routefile)) {
include_isolate($routefile, $data); include_isolate($routefile, $data);
register_loaded("route", $routefile);
} }
} }
} }