aboutsummaryrefslogtreecommitdiff
path: root/lib/bootstrap.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-12-04 15:51:57 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-12-04 15:51:57 +0000
commitc1e29f7e8462cc8988f0dca201f7f57dc2807add (patch)
treebcc0f369020de418a21fc4dc1c13111d01dfd62b /lib/bootstrap.php
parentfac89b11bc20d86ec435c1b450ccc50219002ecf (diff)
upgrade to phpstan 2, fixes #4958
Closes #4958 Merge request studip/studip!3722
Diffstat (limited to 'lib/bootstrap.php')
-rw-r--r--lib/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index 2e762c5..2f8448d 100644
--- a/lib/bootstrap.php
+++ b/lib/bootstrap.php
@@ -112,7 +112,7 @@ if ($GLOBALS['ASSETS_URL'][0] === '/') {
$GLOBALS['ASSETS_URL'] = $GLOBALS['ABSOLUTE_URI_STUDIP'] . $GLOBALS['ASSETS_URL'];
}
-require 'config.inc.php';
+require $GLOBALS['STUDIP_BASE_PATH'] . '/config/config.inc.php';
require 'lib/helpers.php';
require 'lib/phplib/page_open.php';