benoitjpnet / PHPmyLMB

Lightweight media browser. Generates a web page with media contents such as videos, audios and pictures. Very useful to share with people :)
Other
8 stars 4 forks source link

Cache file are created using sort variables #22

Closed benoitjpnet closed 11 years ago

benoitjpnet commented 11 years ago

The cache creates files using the query string ?sort

Each time you call PHPmyLMB wih ?sort=whatever a file cache_whatever is created, this can be used has an attack to flood the servers of many files.

This should be only cache_asc or cach_mtime (for the moment).