View Single Post
Old 11-02-2005, 06:07 PM   #2
[Pi]
Green Mole
 
Join Date: Nov 2005
Posts: 2
Hmm.

Now that I think about it, I could mess with FORBIDDEN_EXTENSIONS.

Code:
define('FORBIDDEN_EXTENSIONS','(\d+_1\.html)|\.(rm|ico|cab|swf|css|gz|z|tar|zip|tgz|msi|arj|zoo|rar|r[0-9]+|exe|bin|pkg|rpm|deb|bz2)$');
Is that reasonable?
[Pi] is offline   Reply With Quote