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