9 lines
161 B
PHP
9 lines
161 B
PHP
|
<!-- Check if the user is logged -->
|
||
|
<script>
|
||
|
setInterval(
|
||
|
function() {
|
||
|
var ajax = new bluditAjax();
|
||
|
ajax.userLogged(showAlert);
|
||
|
}, 15000);
|
||
|
</script>
|