/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 13:24:37 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: gustav.hartvigsson@gmail.com-20130413132437-atv1ih41a3stotih
added logout.php.

Show diffs side-by-side

added added

removed removed

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