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.9~459 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ea7d20e03044ebc0126b004e37b416d70136637f;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); } /**