bludit/bl-kernel/admin/themes/booty/html/user-logged.php

9 lines
161 B
PHP
Raw Normal View History

2018-06-24 13:37:45 +02:00
<!-- Check if the user is logged -->
<script>
setInterval(
function() {
var ajax = new bluditAjax();
ajax.userLogged(showAlert);
}, 15000);
</script>