Albirew
f3838c8b17
removed unused comment added log viewer in admin menu logs page arrangement MOAR PRAGMA NO-CACHE
10 lignes
214 o
PHP
10 lignes
214 o
PHP
<?php
|
|
header("Pragma: no-cache");
|
|
include 'include/head.php';
|
|
|
|
echo '<div id="main" style="margin: 80px;"><pre>';
|
|
readfile('/srv/hhh-world/logs/www-error.log');
|
|
echo '</pre></div>';
|
|
|
|
include 'include/foot.php';
|
|
?>
|