mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-07-14 13:58:07 +00:00
Created helpers directory
This commit is contained in:
5
init.php
5
init.php
@ -18,6 +18,11 @@ foreach(glob(PROJECT_PATH."functions/*.php") as $funcFile){
|
||||
require_once $funcFile;
|
||||
}
|
||||
|
||||
//Include helpers
|
||||
foreach(glob(PROJECT_PATH."helpers/*.php") as $funcFile){
|
||||
require_once $funcFile;
|
||||
}
|
||||
|
||||
//Create root object
|
||||
$cs = new CS();
|
||||
|
||||
|
Reference in New Issue
Block a user