mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-13 12:57:59 +00:00
always include vendor/autoload.php (was not included in install mode)
This commit is contained in:
parent
73eba5331d
commit
c5f260df74
|
|
@ -78,8 +78,6 @@ if(isset($settings->_maxExecutionTime)) {
|
|||
*/
|
||||
ini_set('include_path', $settings->_rootDir. PATH_SEPARATOR .ini_get('include_path'));
|
||||
|
||||
/* composer is installed in vendor directory, but install tool does not need it */
|
||||
if(!defined("SEEDDMS_INSTALL"))
|
||||
require_once 'vendor/autoload.php';
|
||||
require_once 'vendor/autoload.php';
|
||||
|
||||
require_once "inc.Version.php";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user