bzr branch
http://gegoxaren.bato24.eu/bzr/extremedating/trunk
12.1.2
by Gustav Hatvigsson
added logout.php. |
1 |
<?php
|
26
by Daniel Johansson
Fixed sessions for logins |
2 |
session_start(); |
12.1.2
by Gustav Hatvigsson
added logout.php. |
3 |
session_destroy(); |
4 |
sleep(.5); |
|
30
by Daniel Johansson
Derping around |
5 |
header("Location:./index.php"); |
12.1.2
by Gustav Hatvigsson
added logout.php. |
6 |
?>
|