From e1b61094597488dcb3ef166013186b07bf379d76 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Tue, 1 Aug 2017 08:22:00 +0100 Subject: timeout and sanitizing --- src/globals.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/globals.php') diff --git a/src/globals.php b/src/globals.php index 2e4655f..1936ad1 100755 --- a/src/globals.php +++ b/src/globals.php @@ -109,6 +109,7 @@ function sanitizeText($text, $doamp=true) } function sanitizeFilename($text) { + $text = str_replace("*", "", $text); $text = str_replace("$", "", $text); $text = str_replace(")", "", $text); $text = str_replace("(", "", $text); -- cgit v1.2.3