mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02: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