]> git.mjollnir.org Git - s9y.git/commitdiff
i've actually not seen anyone doing this but that does not me some webhosters don...
authornohn <nohn>
Fri, 13 May 2005 14:43:13 +0000 (14:43 +0000)
committernohn <nohn>
Fri, 13 May 2005 14:43:13 +0000 (14:43 +0000)
include/functions_images.inc.php

index 0b7d7623bd2743bd520106c6af62eb5321266b85..2eea3a3b6d07c1464376077ee2cf2425c7084577 100644 (file)
@@ -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);
 }
 
 /**