better debug
[old-projects.git] / 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>