]> andersk Git - sql-web.git/blobdiff - contact.php
jbarnold: contact.php
[sql-web.git] / contact.php
index 23fc0764dfd03564a480f839369b800a9425b4c7..3e99683d70b988e4b1cec0b3a00caba8e3ce5e0f 100644 (file)
@@ -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';
 
 ?>
This page took 0.024421 seconds and 4 git commands to generate.