/booka/newlayout

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

« back to all changes in this revision

Viewing changes to logout.php

  • Committer: Gustav Hartvigsson
  • Date: 2009-11-23 23:28:06 UTC
  • Revision ID: gego@quad-20091123232806-jbqmchsmz7onianm
initial code...

Show diffs side-by-side

added added

removed removed

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