Ce dépôt a été archivé le 2024-08-14. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
HHH-www/admin/log.php
Albirew f3838c8b17 admin panel code cleanup
removed unused comment
added log viewer in admin menu
logs page arrangement
MOAR PRAGMA NO-CACHE
2018-07-22 00:02:09 +02:00

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';
?>