From 7601f94af929f909c29da522d9a4b37cecad0a7c Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 3 Feb 2018 19:51:05 +0100 Subject: Remove the function "removeLineBreaksAndTabs" completely --- async.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'async.php') diff --git a/async.php b/async.php index 8e858df..e8e98da 100644 --- a/async.php +++ b/async.php @@ -20,8 +20,6 @@ spl_autoload_register(function($classname) { require_once sprintf($classpath, $classname); }); -require_once 'include/functions.php'; - #=============================================================================== # Check if BigPipe should be disabled #=============================================================================== @@ -111,7 +109,7 @@ require_once 'include/pagelets.php'; ["Application","BigPipe"].forEach(function(name){window[name] = parent[name];});'."\n"; echo ''."\n\n"; } -- cgit v1.2.3