summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-07 12:32:59 +0200
committerSimon Rettberg2016-09-07 12:32:59 +0200
commitda6a42ad1de3d2368996159f9796b78c9a8aa837 (patch)
treea138d9a07a578df887615208dfe1f53a0737c4b9 /index.php
parent[roomplanner] Implement hiding the menu and fullscreen display with CSS rathe... (diff)
downloadslx-admin-da6a42ad1de3d2368996159f9796b78c9a8aa837.tar.gz
slx-admin-da6a42ad1de3d2368996159f9796b78c9a8aa837.tar.xz
slx-admin-da6a42ad1de3d2368996159f9796b78c9a8aa837.zip
Use gzip output handler for AJAX too
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);
}