To get this branch, use:
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);
|
5
|
header("Locotian:./index.php");
|
6
|
?>
|