* added app version numbers to their javascript file strings, this way it busts the cache and forces the new one to be uploaded * if home page is cached when setup completes, it will delete that cache entry. will remove stale cached entries from displaying when IPT has been reloaded from scratch * updated glob command for built-in functions inside of ipt/ipt_func.php * added IPT_copyfile($fromfile, $tofile) function * added function IPT_get_execution_time() * added function IPT_locksite() * added function IPT_unlocksite() * added function IPT_is_sitelocked() * added function IPT_is_cache_enabled() * added IPT_fetch_cache_entry($entry_to_fetch) * added function IPT_delete_cache_entry($entry_name) * added function IPT_get_pages() * added IPT_delete_cached_pages() * moved over IPT to use new functions * a single string can now be passed to the display_the_page() function as an argument, and it will overwrite the theme setting in the master config * activated the login security, failed attempts will ban an IP address from logging in