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 --- index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'index.php') 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