]> andersk Git - sql-web.git/blob - error.php
Fix CSRF vulnerabilities
[sql-web.git] / error.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 include 'tpl/error.php';
10
11 ?>
This page took 0.145162 seconds and 5 git commands to generate.