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 +--- include/functions.php | 8 -------- index.php | 2 -- 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 include/functions.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"; } diff --git a/include/functions.php b/include/functions.php deleted file mode 100644 index e920ef1..0000000 --- a/include/functions.php +++ /dev/null @@ -1,8 +0,0 @@ - \ No newline at end of file diff --git a/index.php b/index.php index c47dc90..b2e3a38 100644 --- a/index.php +++ b/index.php @@ -9,8 +9,6 @@ spl_autoload_register(function($classname) { require_once sprintf($classpath, $classname); }); -require_once 'include/functions.php'; - #=============================================================================== # Check if BigPipe should be disabled #=============================================================================== -- cgit v1.2.3