aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php8
1 files changed, 0 insertions, 8 deletions
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 @@
-<?php
-#===============================================================================
-# Remove line breaks and tabs from a string
-#===============================================================================
-function removeLineBreaksAndTabs($string) {
- return str_replace(["\r", "\n", "\t"], NULL, $string);
-}
-?> \ No newline at end of file