Inspect 7.x-3.3


New features
------------
Backend (PHP)
 * Cron may now be allowed to log, via special permissions option on Inspect's admin page
 * inspect_log_message() now logs file and line of the call, using new method Inspect::logMessage()

Frontend (Javascript)
 * New function .errorHandler() usable as default error handler for other libraries etc.
 * Removed 'show key path' behaviour from inspection output values, to make it easier to copy string values

Bug fixes
---------
Backend (PHP)
 * Backend checked for unsafe uses of $_SERVER-variables, and modified accordingly
 * Backend now replaces path/document root case insensitive

Frontend (Javascript)
 * Fixed key path bug in frontend inspection folding
