better debug
authorPierre Habouzit <madcoder@debian.org>
Thu, 11 Sep 2003 13:01:19 +0000 (13:01 +0000)
committerPierre Habouzit <madcoder@debian.org>
Thu, 11 Sep 2003 13:01:19 +0000 (13:01 +0000)
philter/philter/install.d/footer.inc.php

index 57388c6..bb89f29 100644 (file)
@@ -7,13 +7,14 @@
 * Copyright: See COPYING files that comes with this distribution
 ********************************************************************************/
 ?>
+    <hr />
     <small>©Polytechnique.org 2003</small>
 
     <br /><br />
 
     <table width="100%" style="background-color: #dddddd">
     <tr><th style="background-color:#800000">Debug</th></tr>
-    <tr><td><pre><?php echo "_POST: "; var_dump($_POST);?></pre></td></tr>
+    <tr><td><pre><?php echo "_POST: "; var_dump($_POST); echo "_SESSION: "; var_dump($_SESSION);?></pre></td></tr>
     </table>
     </body>
 </html>