diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-06 09:21:07 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-05-06 09:21:07 +0000 |
| commit | e2df6525b5b19f2ead4967630c437b89558afcf3 (patch) | |
| tree | ca66753c52a488fd65e4685ba506511534ae44da /lib/bootstrap-autoload.php | |
| parent | 06629e19ca03c3431a64302a18a1ff2a2f011be1 (diff) | |
allow setting configuration by environment variables, fixes #3560
Closes #3560
Merge request studip/studip!2875
Diffstat (limited to 'lib/bootstrap-autoload.php')
| -rw-r--r-- | lib/bootstrap-autoload.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bootstrap-autoload.php b/lib/bootstrap-autoload.php index 3a767c1..eb9ac12 100644 --- a/lib/bootstrap-autoload.php +++ b/lib/bootstrap-autoload.php @@ -1,7 +1,4 @@ <?php -// Include composer's autoload -require __DIR__ . '/../composer/autoload.php'; - // Setup autoloading require 'lib/classes/StudipAutoloader.php'; StudipAutoloader::register(); |
