/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 17:25:38 UTC
  • Revision ID: maila@danieljohansson.nu-20130413172538-82xqdfyro77h0hon
Fixed sessions for logins

Show diffs side-by-side

added added

removed removed

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