mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-19 00:01:00 +08:00
remove composer autoload files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require __DIR__ . '/constants.php';
|
||||
require_once __DIR__ . '/constants.php';
|
||||
require $rootpath . 'vendor/autoload.php';
|
||||
if (!file_exists($rootpath . '.env')) {
|
||||
$installScriptRelativePath = 'install/install.php';
|
||||
|
||||
Reference in New Issue
Block a user