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

12 lines
236 B
PHP
Raw Normal View History

2019-02-08 08:53:56 +01:00
<!-- Check if the user is logged -->
<!-- DEBUG: Each request increase the count of simple stats -->
<!-- <script>
setInterval(
function() {
var ajax = new bluditAjax();
ajax.userLogged(showAlert);
}, 15000);
</script> -->