finally removed the static s3php files and replaced with composer

This commit is contained in:
Chris
2023-09-03 10:09:43 +02:00
parent 19d7cb060e
commit 4c1124da07
1398 changed files with 930 additions and 75594 deletions

View File

@@ -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