mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-02 23:03:59 +01:00
Files added to put custom processes into, including events for: load, login fail, login, logout and new user
9 lines
200 B
PHP
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> |