]> andersk Git - sql-web.git/blob - logout.php
errors should always get detected
[sql-web.git] / logout.php
1 <?php
2
3 require_once('mitsql.cfg.php');
4 require_once('mitsql.lib.php');
5
6 session_destroy();
7
8 redirect('index');
This page took 0.04176 seconds and 5 git commands to generate.