PHP Classes

File: source/application/views/panel/model/log.php

Recommend this page to a friend!
  Classes of ask sa sa   Rimau waf   source/application/views/panel/model/log.php   Download  
File: source/application/views/panel/model/log.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Rimau waf
Application to configure Web server module options
Author: By
Last change:
Date: 1 year ago
Size: 503 bytes
 

Contents

Class file image Download
<pre id="plog">

</pre>

<script src="/asset/assets/js/jquery.2.1.1.min.js"></script>


<script>
    $(function() {
    startRefresh();
    });
   
    function startRefresh() {
        livelog = setTimeout(startRefresh,1000);
        $.get('panel/load_log',{'<?php echo $this->security->get_csrf_token_name(); ?>':'<?php echo $this->security->get_csrf_hash(); ?>'}, function(data) {
            $('#plog').html(data);
        });
    }
</script>

<script>
$(document).ready(function() {
    clearTimeout(lari);
});
</script>