TomodomoCo / downloadalytics

Downloadalytics is a free PHP script that lets you easily track file downloads as events in Google Analytics.
34 stars 3 forks source link

Verify files exist before triggering events #1

Open chrisvanpatten opened 10 years ago

chrisvanpatten commented 10 years ago

Right now there are only string matching checks to make sure files exist, so a properly formatted non-existent file could trigger an event.

We should do a file_exists() first, so the events are only triggered on valid files.