]> andersk Git - sql-web.git/blame_incremental - contact.php
jbarnold: contact.php
[sql-web.git] / contact.php
... / ...
CommitLineData
1<?php
2
3require_once('mitsql.cfg.php');
4require_once('mitsql.lib.php');
5
6$User = new User($Login->getUserID());
7
8//redirect('main');
9
10include 'tpl/contact.php';
11
12?>
This page took 0.025524 seconds and 5 git commands to generate.