summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index b5201ab2..5fff7e5e 100644
--- a/index.php
+++ b/index.php
@@ -136,6 +136,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
// AJAX Stuff? Just do so. Otherwise, run preprocessing
if (AJAX) {
+ ob_start('ob_gzhandler');
Page::ajax();
exit(0);
}