HHH-www/admin/log.php

11 lignes
214 B
PHP
Brut Vue normale Historique

2016-05-08 12:22:29 +02:00
<?php
header("Pragma: no-cache");
2016-05-08 12:22:29 +02:00
include 'include/head.php';
echo '<div id="main" style="margin: 80px;"><pre>';
2016-05-08 12:22:29 +02:00
readfile('/srv/hhh-world/logs/www-error.log');
echo '</pre></div>';
include 'include/foot.php';
?>