forked from server/landingpage
Update list.php
This commit is contained in:
parent
c3d8ac9337
commit
beec63a50f
@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
date_default_timezone_set('Europe/Berlin');
|
date_default_timezone_set('Europe/Berlin');
|
||||||
ini_set('date.timezone', 'Europe/Berlin');
|
ini_set('date.timezone', 'Europe/Berlin');
|
||||||
|
?>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Mitglieder der Fachschaft <?php echo $fachschaft; ?> </title>
|
<title>Mitglieder der Fachschaft <?php echo $fachschaft; ?> </title>
|
||||||
@ -10,7 +11,7 @@ ini_set('date.timezone', 'Europe/Berlin');
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Mitglieder der Fachschaft <?php echo $fachschaft; ?> - Stand <?php
|
<h1>Mitglieder der Fachschaft <?php echo $fachschaft; ?> - Stand <?php
|
||||||
echo date(DATE_RFC822)
|
echo date(DATE_RFC822);
|
||||||
?></h1>
|
?></h1>
|
||||||
<table>
|
<table>
|
||||||
<tr><th>Realer Name</th><th>Username</th><th>Email</th><th>Handy</th><th>Festnetz</th><th>ICQ</th><th>Geburtstag</th><th>Amt, Schlüssel</th></tr>
|
<tr><th>Realer Name</th><th>Username</th><th>Email</th><th>Handy</th><th>Festnetz</th><th>ICQ</th><th>Geburtstag</th><th>Amt, Schlüssel</th></tr>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user