source:
Dev/branches/jos-branch/logout.php
@
237
Last change on this file since 237 was 208, checked in by jkraaijeveld, 13 years ago | |
---|---|
File size: 177 bytes |
Rev | Line | |
---|---|---|
[208] | 1 | <!-- |
2 | To change this template, choose Tools | Templates | |
3 | and open the template in the editor. | |
4 | --> | |
5 | <?php | |
6 | require 'classes/master.php'; | |
7 | ||
8 | session_destroy(); | |
9 | redirect("index.php"); | |
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.