]> andersk Git - sql-web.git/blame - logout.php
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@109 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql-web.git] / logout.php
CommitLineData
dc478ec8
JP
1<?php
2
3require_once('mitsql.cfg.php');
4require_once('mitsql.lib.php');
5
6session_destroy();
7
8redirect('index');
This page took 0.039621 seconds and 5 git commands to generate.