Fixes for load libraries using php autoload
This commit is contained in:
parent
0b21909a78
commit
47c7003e3b
4 changed files with 82 additions and 9 deletions
|
|
@ -9,6 +9,8 @@ class Config {
|
|||
|
||||
static public $modules_allowed=['welcome' => 'modules/welcome'];
|
||||
|
||||
static public $libraries_allowed=[];
|
||||
|
||||
static public $base_url='';
|
||||
|
||||
static public $data=[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue