/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: Mr-X
  • Author(s): gustav.hartvigsson
  • Date: 2010-06-30 17:04:06 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: mr-x@zepto-20100630170406-6kolqq35qh50bvza
Fixed a parsing error, namly replaced all <? with <?php.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?
 
1
<?php
2
2
session_start();
3
3
session_destroy();
4
4
sleep(.5);