forked from fsi-tue/eei
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
19 lines (16 loc) · 703 Bytes
/
config.php
File metadata and controls
19 lines (16 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
error_reporting(E_ALL);
date_default_timezone_set("Europe/Berlin");
$CSV_OPTIONS = array(
'separator' => ',',
'enclosure' => '"',
'escape' => '\\',
);
$FILE_REVISION = "?v=" . file_get_contents(__DIR__ . "/.git/refs/heads/master", FALSE, NULL, 0, 40);
# General Information
$CONFIG_CONTACT = 'fsi@fsi.uni-tuebingen.de';
$CONFIG_TERM = 'Sommersemester 2026'; # example: 'Wintersemester 2023/24' or 'Sommersemester 2024'
$CONFIG_TERM_SHORT = 'SS26'; # example: 'WS23_24' or 'SS24'
$CONFIG_THEME = 'fsi-only'; # possible values: 'fsi-fsk' or 'fsi-only'
// see https://www.php.net/manual/en/language.constants.predefined.php
$fp = realpath(__DIR__ . "/../eei-registration/") . "/"; #File Prefix