/Web/Maintenance/HistoryLog.php
0,0 → 1,6
<h1> /root/history.log </h1>
<pre>
<?php
readfile("/root/history.log");
?>
</pre>
/Web/Maintenance/Maintenance.php
10,4 → 10,6
<a href="Log.php">Výpis naposled změněných souborů</a>
<br>
<a href="PhpInfo.php">Výpis PhpInfo()</a>
<br>
<a href="HistoryLog.php">Výpis history.log</a>
</p>