Fix code style

This commit is contained in:
Tony Murray
2016-08-20 11:06:27 -05:00
parent 9babc10820
commit 5ce1fd207e

View File

@@ -95,7 +95,6 @@ if (is_admin() === true) {
echo '<div class="table-responsive">' . a2t($config) . '</div>';
if ($debug && $_SESSION['userlevel'] >= '10') {
echo("<pre>");
print_r($config);
echo("</pre>");