]> andersk Git - sql-web.git/blob - logout.php
1b8b5d5815a4db0280fbd210b352fb833ba7b9c1
[sql-web.git] / logout.php
1 <?php
2 /*
3         (c) 2005 Joe Presbrey
4 */
5
6 require_once('mitsql.cfg.php');
7 require_once('mitsql.lib.php');
8
9 session_destroy();
10
11 redirect('index');
This page took 0.040285 seconds and 5 git commands to generate.