X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/blobdiff_plain/77bd96856c2fc1ac3730e3c01d875506ce2ba2a5..8ed5cf0132d45b10a72923502677333626a359e5:/contact.php diff --git a/contact.php b/contact.php index 3e99683..68ecd24 100644 --- a/contact.php +++ b/contact.php @@ -3,9 +3,9 @@ require_once('mitsql.cfg.php'); require_once('mitsql.lib.php'); -$User = new User($Login->getUserID()); - -//redirect('main'); +if (isOnline()) { + $User = new User($Login->getUserID()); +} include 'tpl/contact.php';