]> andersk Git - sql-web.git/blobdiff - contact.php
Fix CSRF vulnerabilities
[sql-web.git] / contact.php
index c642dee72877caa57db7f0fafd80428974454f4c..d0e68af8c3ceb44ebc6548c886818b324381f7b2 100644 (file)
@@ -1,9 +1,14 @@
 <?php
+/*
+       (c) 2005 Joe Presbrey
+*/
 
 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.062407 seconds and 4 git commands to generate.