include vendor/autoload.php

This commit is contained in:
Uwe Steinmann 2025-12-17 08:24:37 +01:00
parent c5f260df74
commit 11943c0da9

View File

@ -62,6 +62,7 @@ function fileExistsInIncludePath($file) { /* {{{ */
/**
* Load default settings + set
*/
require_once '../vendor/autoload.php';
require_once('../inc/inc.Version.php');
$ver = new SeedDMS_Version();
define("SEEDDMS_INSTALL", "on");