]> andersk Git - sql-web.git/blame - contact.php
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@101 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql-web.git] / contact.php
CommitLineData
1389493c
JP
1<?php
2
3require_once('mitsql.cfg.php');
4require_once('mitsql.lib.php');
5
8ed5cf01
JP
6if (isOnline()) {
7 $User = new User($Login->getUserID());
8}
377015e0 9
1389493c
JP
10include 'tpl/contact.php';
11
12?>
This page took 0.0413210000000001 seconds and 5 git commands to generate.