c
This commit is contained in:
@@ -32,12 +32,13 @@ class AppAdmin
|
||||
|
||||
|
||||
protected function getRouter() {
|
||||
$route = [
|
||||
/*$route = [
|
||||
"module" => (isset($_REQUEST['module'])) ? $_REQUEST['module'] : 'home',
|
||||
"view" => (isset($_REQUEST['view'])) ? $_REQUEST['view'] : 'home',
|
||||
];
|
||||
];*/
|
||||
|
||||
$this->current_route_info = $route;
|
||||
$objRouter = new Router();
|
||||
$this->current_route_info = $objRouter->getRouting();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user