mirror of
https://github.com/friendica/friendica
synced 2025-04-26 20:30:11 +00:00
Add class module routing
This commit is contained in:
parent
a0bf5f8e34
commit
f07776a78e
2 changed files with 33 additions and 15 deletions
|
@ -30,6 +30,7 @@ use Exception;
|
|||
class App {
|
||||
|
||||
public $module_loaded = false;
|
||||
public $module_class = null;
|
||||
public $query_string;
|
||||
public $config;
|
||||
public $page;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue