summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.php b/index.php
index 0b8fbeb..764ba97 100644
--- a/index.php
+++ b/index.php
@@ -153,5 +153,9 @@
</html>
<?php
- dump_cache($cache_addr, ob_get_contents());
+ $page_buffer = ob_get_contents();
+ ob_end_clean();
+
+ echo $page_buffer;
+ dump_cache($cache_addr, $page_buffer);
?>