X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/blobdiff_plain/1389493c540d4def6423bfb4ad05bf3dcc3e6156..1050fbb732198f8336ab0708c2aed221d864a1b7:/contact.php diff --git a/contact.php b/contact.php index 23fc076..3e99683 100644 --- a/contact.php +++ b/contact.php @@ -3,6 +3,10 @@ require_once('mitsql.cfg.php'); require_once('mitsql.lib.php'); +$User = new User($Login->getUserID()); + +//redirect('main'); + include 'tpl/contact.php'; ?>