From 379ff9f355439660f126db7443529f063ba79415 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 16 Apr 2026 16:18:46 +0200 Subject: [PATCH] fix path to vendor/autoload.php --- install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.php b/install/install.php index afdbb607d..f3f156c00 100644 --- a/install/install.php +++ b/install/install.php @@ -62,7 +62,7 @@ function fileExistsInIncludePath($file) { /* {{{ */ /** * Load default settings + set */ -require_once('../vendor/autoload.php'); +require_once('../../vendor/autoload.php'); require_once('../inc/inc.Version.php'); $ver = new SeedDMS_Version(); define("SEEDDMS_INSTALL", "on");