]> andersk Git - sql-web.git/blobdiff - contact.php
only kill processes for UL < 10
[sql-web.git] / contact.php
index 23fc0764dfd03564a480f839369b800a9425b4c7..68ecd241c02207268ea38dcdeeb6e0b853c8b1db 100644 (file)
@@ -3,6 +3,10 @@
 require_once('mitsql.cfg.php');
 require_once('mitsql.lib.php');
 
+if (isOnline()) {
+       $User = new User($Login->getUserID());
+}
+
 include 'tpl/contact.php';
 
 ?>
This page took 0.023576 seconds and 4 git commands to generate.