]> andersk Git - sql-web.git/blobdiff - contact.php
errors are emailed in
[sql-web.git] / contact.php
index c642dee72877caa57db7f0fafd80428974454f4c..68ecd241c02207268ea38dcdeeb6e0b853c8b1db 100644 (file)
@@ -3,7 +3,9 @@
 require_once('mitsql.cfg.php');
 require_once('mitsql.lib.php');
 
-//redirect('main');
+if (isOnline()) {
+       $User = new User($Login->getUserID());
+}
 
 include 'tpl/contact.php';
 
This page took 0.035259 seconds and 4 git commands to generate.