forked from server/landingpage
updated extras with timezone
This commit is contained in:
parent
4d378e9579
commit
bb9f3cbe6c
@ -1,3 +1,5 @@
|
||||
date_default_timezone_set('Europe/Berlin');
|
||||
ini_set('date.timezone', 'Europe/Berlin');
|
||||
<html>
|
||||
<head>
|
||||
<title>Mitglieder der Fachschaft <?php echo $fachschaft; ?> </title>
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
date_default_timezone_set('Europe/Berlin');
|
||||
ini_set('date.timezone', 'Europe/Berlin');
|
||||
<html>
|
||||
<head>
|
||||
<title>Aufgaben in der Fachschaft <?php echo $fachschaft; ?> </title>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user