| Rev | Author | Line No. | Line |
|---|---|---|---|
| 155 | miho | 1 | <html> |
| 2 | <head> |
||
| 3 | <link rel="stylesheet" type="text/css" href="Web/CSS/MLAB.css" title="MLAB Basic Style"/> |
||
| 4 | </head> |
||
| 5 | <body> |
||
| 6 | <h1> Postcommit Status </h1> |
||
| 7 | <h2>Author</h1> |
||
| 8 | <p><pre> |
||
| 9 | miho |
||
| 10 | </pre></p> |
||
| 11 | <h2>Errors</h1> |
||
| 12 | <p><pre> |
||
| 13 | </pre></p> |
||
| 14 | <h2>Last Changed</h1> |
||
| 15 | <p><pre> |
||
| 16 | <?php |
||
| 17 | if (isset($x)) unset($x); |
||
| 18 | Exec("svnlook changed /home/MLAB", $x); |
||
| 19 | echo implode("\n", $x); |
||
| 20 | ?> |
||
| 21 | </pre></p> |
||
| 22 | </body> |
||
| 23 | </html> |