]> andersk Git - sql-web.git/blame_incremental - contact.php
Fix CSRF vulnerabilities
[sql-web.git] / contact.php
... / ...
CommitLineData
1<?php
2/*
3 (c) 2005 Joe Presbrey
4*/
5
6require_once('mitsql.cfg.php');
7require_once('mitsql.lib.php');
8
9if (isOnline()) {
10 $User = new User($Login->getUserID());
11}
12
13include 'tpl/contact.php';
14
15?>
This page took 0.04091 seconds and 5 git commands to generate.