source: Dev/branches/jos-branch/logout.php @ 236

Last change on this file since 236 was 208, checked in by jkraaijeveld, 13 years ago

Got latest version from trunk. Ready to reorganise.

File size: 177 bytes
Line 
1<!--
2To change this template, choose Tools | Templates
3and open the template in the editor.
4-->
5<?php
6require 'classes/master.php';
7
8session_destroy();
9redirect("index.php");
10?>
Note: See TracBrowser for help on using the repository browser.