]> andersk Git - sql-web.git/blame - logout.php
Fix CSRF vulnerabilities
[sql-web.git] / logout.php
CommitLineData
dc478ec8 1<?php
79ffa771
JP
2/*
3 (c) 2005 Joe Presbrey
4*/
dc478ec8
JP
5
6require_once('mitsql.cfg.php');
7require_once('mitsql.lib.php');
8
9session_destroy();
10
11redirect('index');
This page took 0.371643 seconds and 5 git commands to generate.