/booka/trunk

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

« back to all changes in this revision

Viewing changes to logout.php

  • Committer: Gustav Hartvigsson
  • Date: 2009-12-04 16:51:06 UTC
  • Revision ID: gego@quad-20091204165106-wumf1gzbskkuai0g
merging Neo to trunk. freezing neo branshs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
session_start();  
3
 
        $_SESSION[Login] = false;
4
 
        header('Location: ./');
 
1
<?
 
2
session_start();
 
3
session_destroy();
 
4
sleep(.5);
 
5
header('Location: ./BooKa.php')
5
6
?>