PDA

View Full Version : simple scripts filelist



pghcollectibles
05-23-2009, 11:15 AM
when installing scripts from simplescripts, i discovered it also installs a file named ss_filelist.txt which lists every file installed and where. an install log.

that is something i dont want just anyone to know (almost but not quite a vulnerability) so i added this to my public_html/.htaccess

<Files ss_filelist.txt>
order allow,deny
deny from all
</Files>

just to keep you all informed