]> andersk Git - sql-web.git/blame_incremental - logout.php
git-svn-id: svn://presbrey.mit.edu/php/lib@124 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql-web.git] / logout.php
... / ...
CommitLineData
1<?php
2/*
3 (c) 2005 Joe Presbrey
4*/
5
6require_once('mitsql.cfg.php');
7require_once('mitsql.lib.php');
8
9session_destroy();
10
11redirect('index');
This page took 0.255348 seconds and 5 git commands to generate.