예제 #1
0
<?php

defined('_PHP_CONGES') or die('Restricted access');
$querys = \includes\SQL::getQuerys();
$total = 0;
?>
</div>
</div>
<footer>
<div id="bottom">
<?php 
echo BOTTOM_TEXT;
?>
</div>
<?php 
if (SHOW_SQL) {
    ?>
    <div id="show-sql">
        <table class="table table-striped table-hover">
            <thead>
                <tr>
                    <th>#</th>
                    <th>Time</th>
                    <th>Total</th>
                    <th>Results</th>
                    <th>File</th>
                    <th>Line</th>
                    <th>Query</th>
                </tr>
            </thead>
            <tbody>