diff options
author | Simon Rettberg | 2016-09-07 12:32:59 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-09-07 12:32:59 +0200 |
commit | da6a42ad1de3d2368996159f9796b78c9a8aa837 (patch) | |
tree | a138d9a07a578df887615208dfe1f53a0737c4b9 /index.php | |
parent | [roomplanner] Implement hiding the menu and fullscreen display with CSS rathe... (diff) | |
download | slx-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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |