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

12 lines
236 B
PHP
Raw Normal View History

2018-06-24 13:37:45 +02:00
<!-- Check if the user is logged -->
2018-08-08 00:16:35 +02:00
<!-- DEBUG: Each request increase the count of simple stats -->
<!-- <script>
2018-06-24 13:37:45 +02:00
setInterval(
function() {
var ajax = new bluditAjax();
ajax.userLogged(showAlert);
}, 15000);
2018-08-08 00:16:35 +02:00
</script> -->