better debug
[old-projects.git] / philter / philter / install.d / footer.inc.php
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 ?>
10 <hr />
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>
17 <tr><td><pre><?php echo "_POST: "; var_dump($_POST); echo "_SESSION: "; var_dump($_SESSION);?></pre></td></tr>
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 ?>