����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.14.255.247 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/app/views/admin/ |
Upload File : |
{% extends "admin/partial/layout_logged_in.html.twig" %} {% block title %}View Log Files{% endblock %} {% block selected_page %}configuration{% endblock %} {% block selected_sub_page %}translation_manage{% endblock %} {% block body %} <script> $(document).ready(function () { var psconsole = $('#logViewer'); if (typeof (psconsole[0]) != "undefined") { psconsole.scrollTop( psconsole[0].scrollHeight - psconsole.height() ); } }); </script> <!-- page content --> <div class="right_col" role="main"> <div class=""> <div class="page-title"> <div class="title_left"> <h3>{{ block('title') }}</h3> </div> </div> <div class="clearfix"></div> {{ msg_page_notifications|raw }} <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="x_panel"> <div class="x_title"> <h2>Logs{% if lType|length > 0 %} ({{ lType }}{% if lFile|length > 0 %}/{{ lFile }}{% endif %}){% endif %}</h2> <div class="clearfix"></div> </div> <div class="x_content"> {{ logMsg|raw }} </div> </div> </div> </div> </div> </div> {% endblock %}