aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index d4211e8..6ee05cf 100755
--- a/index.php
+++ b/index.php
@@ -21,7 +21,7 @@ require_once 'include/functions.php';
#===============================================================================
if(isset($_GET['bigpipe']) AND (int) $_GET['bigpipe'] === 0) {
// You can also check for search spiders and disable the pipeline
- BigPipe\BigPipe::enablePipeline(FALSE);
+ BigPipe\BigPipe::enabled(FALSE);
}
// Outsourced to avoid duplicate code in index.php and async.php