Updates to Clickheat for ColdFusion
Colin suggested some smart changes for my Clickheat for ColdFusion project, which I've duly commited. Here goes:
- In
settings.cfm, I've taken my own email address out. [Doh!] - In
click.cfm, I've replaced hard-coded email addresses in theCFCATCHwith the email variables fromsettings.cfm. - In
click.cfm, I've replacedGetDirectoryFromPath()withVARIABLES.logPathfromsettings.cfm. - In
index.cfm, I've changed the form action toindex.cfminstead ofview.cfm. - In
clickheat.js, I've changed URL paths which refer to the root so that they're relative to the root, so that the application will work correctly in any location off the root.

