-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
64 lines (55 loc) · 2.09 KB
/
config.php
File metadata and controls
64 lines (55 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?php
/**
* This is the Main Configuration file
*
* All the default values are kept here.
*
* This is a piece of PHP/HTML code so PHP/HTML syntax applies!
*/
$conf['creator']="https://github.com/karatemuffin/";
$conf['title']="Passierschein A38";
$conf['border-style']="none";
$conf['border-width']="1px";
$conf['font-size']="14px";
$conf['course']=array(
"RK" => "Religion Katholisch",
"RE" => "Religion",
"RISL" => "Religion Islamisch",
"ETH" => "Ethik",
"D" => "Deutsch",
"E1" => "Englisch",
"GGP" => "Geografie, Geschichte und Politische Bildung",
"WIR" => "Wirtschaft und Recht",
"BSP" => "Bewegung und Sport",
"AM" => "Angewandte Mathematik",
"NW" => "Naturwissenschaften",
"ES1" => "Energiesysteme",
"AUT" => "Automatisierungstechnik",
"AT1" => "Antriebstechnik",
"IE1" => "Industrieelektronik",
"AIIT" => "Angewandte Informatik und Fachspezischische Informationstechnik",
"FIV" => "Fachspezifische Informatik Vertiefung",
"CPE" => "Computergestützte Projektentwicklung",
"LA1" => "Laboratorium",
"WPT" => "Werkstätte und Produktionstechnik",
"SOPK" => "Soziale und personale Kompetenz",
"ES1V" => "Energiesysteme Vertiefung",
"AUT1V" => "Automatisierungstechnik Vertiefung",
"AT1V" => "Antriebstechnik Vertiefung",
"IE1V" => "Industrieelektronik Vertiefung",
"SEN" => "Software Enginering",
"KPRA" => "Kommunikations- und Präsentationstechnik",
"MEEM" => "Mechanik und Elemente des Maschinenbaus",
"MTSA" => "Mechatronische Systeme und Automatisierung",
"KOP" => "Konstruktion und Projektmanagement",
"FTBT" => "Fertigungs- und Betriebstechnik"
);
$conf['department']=array(
"ET" => "Elektrotechnik, Informationstechnik, Mechatronik",
"ME" => "Elektrotechnik, Informationstechnik, Mechatronik",
"MBA" => "Maschinenbau, Kunststoff- und Umwelttechnik, Luftfahrt-Aviation",
"MBT" => "Maschinenbau, Kunststoff- und Umwelttechnik, Luftfahrt-Aviation",
"MF" => "Maschinenbau, Kunststoff- und Umwelttechnik, Luftfahrt-Aviation",
"KT" => "Maschinenbau, Kunststoff- und Umwelttechnik, Luftfahrt-Aviation",
"LF" => "Maschinenbau, Kunststoff- und Umwelttechnik, Luftfahrt-Aviation",
);