This commit is contained in:
xinatorus
2020-05-22 22:15:49 +02:00
parent 0929870cc9
commit c3f11a4c66
3 changed files with 76 additions and 13 deletions

View File

@@ -60,6 +60,7 @@ class Router{
}
if($this->function !== NULL){
Debugger::flag('execution');
if(is_string($this->function)){
if(strpos($this->function, '@') !== false){
list($class, $function) = explode('@', $this->function);