Line 48... |
Line 48... |
48 |
|
48 |
|
49 |
<!-- ============== TEXT ============== --> |
49 |
<!-- ============== TEXT ============== --> |
50 |
<div class="Text"> |
50 |
<div class="Text"> |
51 |
<h1> Postcommit Status </h1> |
51 |
<h1> Postcommit Status </h1> |
52 |
<h2> Author </h2> |
52 |
<h2> Author </h2> |
53 |
<pre> |
53 |
<p> |
54 |
<?php |
54 |
<?php |
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 |
</pre> |
59 |
</p> |
60 |
<h2> Errors </h2> |
60 |
<h2> Errors </h2> |
61 |
<pre> |
- |
|
62 |
<?php |
- |
|
63 |
@readfile("Data/Log.html"); |
61 |
<pre><?php @readfile("/tmp/svn.err"); ?></pre> |
64 |
?> |
- |
|
65 |
</pre> |
- |
|
66 |
<h2> Last Changed </h2> |
62 |
<h2> Last Changed </h2> |
67 |
<pre> |
- |
|
68 |
<?php |
63 |
<pre><?php |
69 |
Exec("svnlook changed /home/MLAB", $x); |
64 |
Exec("svnlook changed /home/MLAB", $x); |
70 |
echo implode("\n", $x); |
65 |
echo implode("\n", $x); |
71 |
unset($x); |
66 |
unset($x); |
72 |
?> |
- |
|
73 |
</pre> |
67 |
?></pre> |
74 |
</div> |
68 |
</div> |
75 |
|
69 |
|
76 |
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE --> |
70 |
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE --> |
77 |
<!-- ============== PATIÈKA ============== --> |
71 |
<!-- ============== PATIÈKA ============== --> |
78 |
<div class="Footer"> |
72 |
<div class="Footer"> |