diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/functions.php | 8 |
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 |