From 4d4eac49bdd45321a3ae6721e2b43b38ab40da3a Mon Sep 17 00:00:00 2001 From: nohn Date: Fri, 13 May 2005 14:43:13 +0000 Subject: [PATCH] i've actually not seen anyone doing this but that does not me some webhosters don't do it --- include/functions_images.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions_images.inc.php b/include/functions_images.inc.php index 0b7d762..2eea3a3 100644 --- a/include/functions_images.inc.php +++ b/include/functions_images.inc.php @@ -7,7 +7,7 @@ function serendipity_isActiveFile($file) { return true; } - return preg_match('@\.(php[34]?|[psj]html?|aspx?|cgi|jsp|py|pl)$@i', $file); + return preg_match('@\.(php[345]?|[psj]html?|aspx?|cgi|jsp|py|pl)$@i', $file); } /** -- 2.39.5