dmolsen / Detector

Detector is a simple, PHP- and JavaScript-based browser- and feature-detection library that can adapt to new devices & browsers on its own without the need to pull from a central database of browser information.
http://detector.dmolsen.com/
MIT License
844 stars 80 forks source link

File Creation Madness #33

Open Boyink opened 9 years ago

Boyink commented 9 years ago

I inherited a site using a version of this code. It's created >60K files on the server, making backups take forever.

I'm not 100% clear on how this code works - is it creating a file on the server for every session? Or just unique user agent strings?

Is there a way to stop the file creation madness?