/Web/Maintenance/HistoryLog.php |
---|
1,6 → 1,6 |
<h1> /root/history.log </h1> |
<pre> |
<?php |
readfile("/root/history.log"); |
@readfile("/root/history.log"); |
?> |
</pre> |
/Web/Maintenance/HistoryLog.php |
---|
1,6 → 1,6 |
<h1> /root/history.log </h1> |
<pre> |
<?php |
readfile("/root/history.log"); |
@readfile("/root/history.log"); |
?> |
</pre> |