* added cron.php for cron daemon functions, as well as off-web-tasks that might take longer than the webserver limit as this can be performed by the system instead without limits * there are 3 cron folders created by the daemon , CRONP , CRONQ and TASKQ ** CRONQ is run every 15 minutes (or whenever your cron daemon runs it). It will run anything in the CRONQ folder, and anything in the CRONP folder ** items in the CRONP folder are not deleted when done. Items in the CRONQ folder are deleted after execution ** once CRONQ runs once it stays running to execute any TASQ items. It checks every 2 seconds for tasks *** updated cron to use db to lock files *** updated cron to run in a single block of logic *** updated to loop and run all addon cron scripts (as originally intended) *** updated to paint using javascript in the IPT tool itself instead of relying on php