From ea7d20e03044ebc0126b004e37b416d70136637f 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