aboutsummaryrefslogtreecommitdiffstats
path: root/async.php
diff options
context:
space:
mode:
Diffstat (limited to 'async.php')
-rw-r--r--async.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/async.php b/async.php
index e8e98da..8d46c89 100644
--- a/async.php
+++ b/async.php
@@ -20,15 +20,6 @@ spl_autoload_register(function($classname) {
require_once sprintf($classpath, $classname);
});
-#===============================================================================
-# Check if BigPipe should be disabled
-#===============================================================================
-if(isset($_GET['bigpipe'])) {
-
- # You can use this method also to disable pipeline for Googlebot or something.
- BigPipe\BigPipe::enabled($_GET['bigpipe']);
-}
-
// Outsourced to avoid duplicate code in index.php and async.php
require_once 'include/pagelets.php';
?>