/[projects]/misc/horsensspejder-web/logout.php
ViewVC logotype

Annotation of /misc/horsensspejder-web/logout.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (hide annotations) (download)
Wed Mar 12 19:30:05 2014 UTC (10 years, 3 months ago) by torben
File size: 84 byte(s)
initial import
1 torben 2125 <?php
2     session_start();
3    
4     $_SESSION["login"] = 0;
5     header("Location: index.php");
6    
7     ?>

  ViewVC Help
Powered by ViewVC 1.1.20