/extremedating/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/extremedating/trunk

« back to all changes in this revision

Viewing changes to logout.php

  • Committer: Daniel Johansson
  • Date: 2013-04-13 19:42:41 UTC
  • Revision ID: maila@danieljohansson.nu-20130413194241-7f2xjsttrcvdu2w0
DerpingĀ around

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
session_start();
3
3
session_destroy();
4
4
sleep(.5);
5
 
header("Locotian:./index.php");
 
5
header("Location:./index.php");
6
6
?>