mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-18 22:18:00 +00:00
finally removed the static s3php files and replaced with composer
This commit is contained in:
@@ -10,6 +10,9 @@ include_once(ROOT.DS.'inc'.DS.'config.inc.php');
|
||||
|
||||
//loading core and controllers
|
||||
include_once(ROOT . DS . 'inc' . DS. 'core.php');
|
||||
//load external things if existing
|
||||
if(file_exists(ROOT.'/lib/vendor/autoload.php'))
|
||||
require ROOT.'/lib/vendor/autoload.php';
|
||||
loadAllContentControllers();
|
||||
|
||||
// check if client has permission to upload
|
||||
|
||||
Reference in New Issue
Block a user