| Line 55... |
Line 55... |
| 55 |
Exec("svnlook author /home/MLAB", $x); |
55 |
Exec("svnlook author /home/MLAB", $x); |
| 56 |
echo implode("\n", $x); |
56 |
echo implode("\n", $x); |
| 57 |
unset($x); |
57 |
unset($x); |
| 58 |
?> |
58 |
?> |
| 59 |
</p> |
59 |
</p> |
| 60 |
<h2> Errors </h2> |
- |
|
| 61 |
<pre><?php @readfile("Data/svn.err"); ?></pre> |
- |
|
| 62 |
<h2> Last Changed </h2> |
60 |
<h2> Last Changed </h2> |
| 63 |
<pre><?php |
61 |
<pre><?php |
| 64 |
Exec("svnlook changed /home/MLAB", $x); |
62 |
Exec("svnlook changed /home/MLAB", $x); |
| 65 |
echo implode("\n", $x); |
63 |
echo implode("\n", $x); |
| 66 |
unset($x); |
64 |
unset($x); |
| 67 |
?></pre> |
65 |
?></pre> |
| - |
|
66 |
<h2> Errors </h2> |
| - |
|
67 |
<pre><?php @readfile("Data/svn.err"); ?></pre> |
| 68 |
</div> |
68 |
</div> |
| 69 |
|
69 |
|
| 70 |
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE --> |
70 |
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE --> |
| 71 |
<!-- ============== PATIÈKA ============== --> |
71 |
<!-- ============== PATIÈKA ============== --> |
| 72 |
<div class="Footer"> |
72 |
<div class="Footer"> |