From 11943c0da9924822a4ea33b4486aea9562ea63c3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 17 Dec 2025 08:24:37 +0100 Subject: [PATCH] include vendor/autoload.php --- install/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/install.php b/install/install.php index 62aebae50..88b61025b 100644 --- a/install/install.php +++ b/install/install.php @@ -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");