From: nohn Date: Fri, 13 May 2005 14:43:13 +0000 (+0000) Subject: i've actually not seen anyone doing this but that does not me some webhosters don... X-Git-Tag: 0.8.1~2 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4d4eac49bdd45321a3ae6721e2b43b38ab40da3a;p=s9y.git i've actually not seen anyone doing this but that does not me some webhosters don't do it --- 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); } /**