/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: Gustav Hatvigsson
  • Date: 2013-04-13 11:54:20 UTC
  • mfrom: (2.1.6 extremedating)
  • Revision ID: gustav.hartvigsson@gmail.com-20130413115420-b6bxqwer43ed5kky
merging.

Show diffs side-by-side

added added

removed removed

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