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