Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
foot.php
Go to the documentation of this file.
1 
2 </div> <!-- div content -->
3 <div style="clear:both;" ></div>
4 </div> <!-- div global -->
5 <?php
6 if ( isset($debug_alternc) && $debug_alternc->status ) {
7  $debug_alternc->dump();
8 }
9 ?>
10 </body>
11 </html>
12 <?php
13 if (DO_XHPROF_STATS) require_once("/usr/share/alternc/panel/admin/xhprof_footer.php");
14 exit(); // case of include('foot.php');
15 ?>