aboutsummaryrefslogtreecommitdiff
path: root/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'footer.php')
-rw-r--r--footer.php15
1 files changed, 8 insertions, 7 deletions
diff --git a/footer.php b/footer.php
index 48cb061..cbbd2bd 100644
--- a/footer.php
+++ b/footer.php
@@ -24,12 +24,6 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p
$totaltime, ((float)memory_get_usage()/1024/1024), ((float)memory_get_peak_usage()/1024/1024), $phpversion, $db_connections, $db_queries, $db_fetches, $db_frees);
?>
-<?php
- if($config['debug']['enabled']){
- logQueueFlush();
- }
-?>
-
<div class="footer">
<br />
@@ -47,6 +41,13 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p
</div>
+<?php
+ if($config['debug']['enabled']){
+ logQueueFlush();
+ }
+?>
+
</body>
</html>
-<?php ob_flush();?> \ No newline at end of file
+<?php ob_flush();?>
+ \ No newline at end of file