diff options
| author | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2024-09-24 10:53:31 +0200 |
|---|---|---|
| committer | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2024-09-24 10:53:31 +0200 |
| commit | 4459dd7917f4d1c34f40bb68f0e991e9c3d53e4c (patch) | |
| tree | 5c07151ae61276d334e88f6309c30d439a85c12e /config/config.inc.php.dist | |
| parent | da0022e5c1abbf9825ae76debaabdff7e8623bb4 (diff) | |
| parent | 97a188592c679890a25c37ab78463add76a52ff7 (diff) | |
Merge branch 'main' into issue-3911issue-3911
Diffstat (limited to 'config/config.inc.php.dist')
| -rw-r--r-- | config/config.inc.php.dist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/config.inc.php.dist b/config/config.inc.php.dist index 1562248..aaed66b 100644 --- a/config/config.inc.php.dist +++ b/config/config.inc.php.dist @@ -38,7 +38,6 @@ global $INST_ADMIN_DATAFIELDS_VIEW, $INST_MODULES, $INST_TYPE, - $LIT_LIST_FORMAT_TEMPLATE, $NAME_FORMAT_DESC, $PERS_TERMIN_KAT, $SCM_PRESET, @@ -69,7 +68,7 @@ $UNI_URL = "http://www.studip.de"; $UNI_LOGIN_ADD=''; $UNI_LOGOUT_ADD=sprintf(_("Und hier geht's zur %sStud.IP Portalseite%s "), "<a href=\"http://www.studip.de\"><b>", "</b></a>"); $UNI_CONTACT = "<please insert your general contact mail-adress here>"; -$UNI_INFO = "Stud.IP 5.4 - Studienbegleitender Internetsupport von Präsenzlehre"; +$UNI_INFO = "Stud.IP 6.0 - Studienbegleitender Internetsupport von Präsenzlehre"; /* $SEM_CLASS and $SEM_TYPE configuration moved to database |
