Skip to content
Snippets Groups Projects
Select Git revision
  • 6a933f8f3f7ebe2d47f111057c57a747ae89495a
  • master default protected
  • 133-fail2ban-page
  • reorganisation
  • 16-maintenace-service
  • 11-fail2ban
  • 6-monit-update
  • 7-dolibarr-fail2ban
  • 6-surveillance-interne-des-serveur
  • test-glpi
  • 2-migrate-to-phpfpm
  • jessie
  • github
13 results

main.env.sample

Blame
  • mainlog.js 170 B
    $(function() {
        var myInterval = setInterval(function(){
            $.get('log.php', function(data) {
                $('#mainlog').html(data);
            });
        }, 5000);
    });