diff options
| author | Peter Thienel <thienel@data-quest.de> | 2023-12-19 13:38:32 +0000 |
|---|---|---|
| committer | Peter Thienel <thienel@data-quest.de> | 2023-12-19 13:38:32 +0000 |
| commit | b2656cae6be78e9cf45571c7e88a2370cd12d67f (patch) | |
| tree | 68c32cf8e9db320908989ba0438bc3d126c2ea84 /lib/bootstrap.php | |
| parent | fb9b5159ee97e82cd9ec808757b1fb464fb4dc6c (diff) | |
StEP 1800 closes #1800
Closes #1800
Merge request studip/studip!1185
Diffstat (limited to 'lib/bootstrap.php')
| -rw-r--r-- | lib/bootstrap.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 5690a60..418d6df 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -209,11 +209,6 @@ class DB_Seminar extends DB_Sql } } -if (Config::get()->EXTERN_ENABLE) { - require_once $GLOBALS['STUDIP_BASE_PATH'] . '/lib/extern/extern_config.inc.php'; - require_once $GLOBALS['STUDIP_BASE_PATH'] . '/lib/extern/lib/extern_functions.inc.php'; -} - if (Config::get()->CALENDAR_ENABLE) { require_once 'lib/calendar_functions.inc.php'; } |
