/Web/Log.php |
---|
57,8 → 57,6 |
unset($x); |
?> |
</p> |
<h2> Errors </h2> |
<pre><?php @readfile("Data/svn.err"); ?></pre> |
<h2> Last Changed </h2> |
<pre><?php |
Exec("svnlook changed /home/MLAB", $x); |
65,6 → 63,8 |
echo implode("\n", $x); |
unset($x); |
?></pre> |
<h2> Errors </h2> |
<pre><?php @readfile("Data/svn.err"); ?></pre> |
</div> |
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE --> |