better debug
[old-projects.git] / philter / philter / install.d / footer.inc.php
CommitLineData
dd8de1ec
PH
1<?php
2/********************************************************************************
3* install.d/footer.inc.php : Default footer
4* ------------------------
5*
6* This file is part of the philter distribution
7* Copyright: See COPYING files that comes with this distribution
8********************************************************************************/
9?>
827a6e64 10 <hr />
dd8de1ec
PH
11 <small>©Polytechnique.org 2003</small>
12
13 <br /><br />
14
15 <table width="100%" style="background-color: #dddddd">
16 <tr><th style="background-color:#800000">Debug</th></tr>
827a6e64 17 <tr><td><pre><?php echo "_POST: "; var_dump($_POST); echo "_SESSION: "; var_dump($_SESSION);?></pre></td></tr>
dd8de1ec
PH
18 </table>
19 </body>
20</html>
21<?php
22
23/********************************************************************************
24* $Id$
25* vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100:
26********************************************************************************/
27?>