remove composer autoload files

This commit is contained in:
xiaomlove
2022-03-18 19:59:27 +08:00
parent ab1ed60f44
commit 8c32b45e64
12 changed files with 82 additions and 25 deletions

View File

@@ -31,6 +31,9 @@ if (file_exists(__DIR__.'/../storage/framework/maintenance.php')) {
|
*/
require dirname(__DIR__) . '/include/globalfunctions.php';
require dirname(__DIR__) . '/include/functions.php';
require __DIR__.'/../vendor/autoload.php';
/*