]> andersk Git - sql-web.git/blobdiff - global.done.php
Fix CSRF vulnerabilities
[sql-web.git] / global.done.php
index 576e28e33438bb8f7c1cc76595419348a495b953..fcd343d97f1cb550b2ad2edd261fc4c4fed7c715 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+/*
+       (c) 2005 Joe Presbrey
+*/
 
 require_once('mitsql.cfg.php');
 require_once('mitsql.lib.php');
@@ -12,7 +15,8 @@ if (DEBUG) {
        echo '<pre>';
        print_r($_SESSION);
        print_r($timings);
+       isset($Login) && print_r($Login);
        isset($User) && print_r($User);
 }
 
-?>
\ No newline at end of file
+?>
This page took 0.024982 seconds and 4 git commands to generate.