diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2022-10-26 08:47:34 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2022-10-26 08:47:34 +0000 |
| commit | ea456559e24c9a87a82493754862ab34754d8efe (patch) | |
| tree | bde9bd3405713b03ba9056ac6219cab707ba7fe1 /lib/bootstrap.php | |
| parent | 068f0971d8aca2c7a08ccc0aec3c6463452782be (diff) | |
Add `DIContainer` class and `app` helper, refs #1684.
Merge request studip/studip!1092
Diffstat (limited to 'lib/bootstrap.php')
| -rw-r--r-- | lib/bootstrap.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 3950eef..94fec26 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -99,6 +99,7 @@ if ($GLOBALS['ASSETS_URL'][0] === '/') { require 'config.inc.php'; +require 'lib/helpers.php'; require 'lib/phplib/page_open.php'; require_once 'lib/functions.php'; require_once 'lib/language.inc.php'; |
