Initial revision
[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?>
10 <small>©Polytechnique.org 2003</small>
11
12 <br /><br />
13
14 <table width="100%" style="background-color: #dddddd">
15 <tr><th style="background-color:#800000">Debug</th></tr>
16 <tr><td><pre><?php echo "_POST: "; var_dump($_POST);?></pre></td></tr>
17 </table>
18 </body>
19</html>
20<?php
21
22/********************************************************************************
23* $Id$
24* vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100:
25********************************************************************************/
26?>