source: Dev/trunk/logout.php @ 151

Last change on this file since 151 was 151, checked in by fpvanagthoven, 13 years ago
File size: 188 bytes
RevLine 
[151]1<!--
2To change this template, choose Tools | Templates
3and open the template in the editor.
4-->
5<?php
6require 'classes/master.php';
7
8unset($_SESSION['username']);
9redirect("index.php");
10?>
Note: See TracBrowser for help on using the repository browser.