16 lines
337 B
PHP
16 lines
337 B
PHP
|
|
</div> <!-- div content -->
|
|
<div style="clear:both;" ></div>
|
|
</div> <!-- div global -->
|
|
<?php
|
|
if ( isset($debug_alternc) && $debug_alternc->status ) {
|
|
$debug_alternc->dump();
|
|
}
|
|
?>
|
|
</body>
|
|
</html>
|
|
<?php
|
|
if (DO_XHPROF_STATS) require_once("/usr/share/alternc/panel/admin/xhprof_footer.php");
|
|
exit(); // case of include('foot.php');
|
|
?>
|