Rev 122 | Rev 123 | ||
---|---|---|---|
Line 56... | Line 56... | ||
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> |
60 | <h2> Errors </h2> |
61 | <pre><?php @readfile("/tmp/svn.err"); ?></pre> |
61 | <pre><?php @readfile("Data/svn.err"); ?></pre> |
62 | <h2> Last Changed </h2> |
62 | <h2> Last Changed </h2> |
63 | <pre><?php |
63 | <pre><?php |
64 | Exec("svnlook changed /home/MLAB", $x); |
64 | Exec("svnlook changed /home/MLAB", $x); |
65 | echo implode("\n", $x); |
65 | echo implode("\n", $x); |
66 | unset($x); |
66 | unset($x); |