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