Files
ICEcoder/processes/on-load.php
Matt Pass 95dbad842d Processes added
Files added to put custom processes into, including events for:
load, login fail, login, logout and new user
2013-05-31 20:14:54 +01:00

9 lines
200 B
PHP

<!--
Purpose: This file is run when ICEcoder has loaded
Langs: Anything - PHP, JS etc
Example:
//-->
<script>
// top.ICEcoder.openFile('/index.html');
// alert('Thanks for using ICEcoder');
</script>