PHP Classes

File: apps/views/pages/error.log.php

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   apps/views/pages/error.log.php   Download  
File: apps/views/pages/error.log.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 268 bytes
 

Contents

Class file image Download
<pre>
    <?php print_r($log) ?>
</pre>

<script>
    $(document).ready(function() {
        setTimeout(
            function() {
                window.scrollTo(0, document.querySelector("pre").scrollHeight)

            },
            500
        )
    });
</script>