Files
ICEcoder/processes/on-load.php
2020-02-28 17:12:54 +00:00

14 lines
275 B
PHP

<?php
if (!isset($_SESSION['loggedIn'])) {
die('Sorry, not logged in.');
}
?>
<!--
Purpose: This file is run when ICEcoder has loaded
Langs: Anything - PHP, JS etc
Example:
//-->
<script>
// ICEcoder.openFile('/index.html');
// alert('Thanks for using ICEcoder');
</script>