0,0 → 1,31 |
<html> |
<head> |
<link rel="stylesheet" type="text/css" href="Web/CSS/MLAB.css" title="MLAB Basic Style"/> |
</head> |
<body> |
<h1> Postcommit Status </h1> |
<h2>Author</h1> |
<p><pre> |
miho |
</pre></p> |
<h2>Errors</h1> |
<p><pre> |
</pre></p> |
<h2>Last Changed</h1> |
<p><pre> |
<?php |
if(isset($x)) unset($x); |
Exec("svnlook changed /home/MLAB", $x); |
for ($i=0; $i<Count($x); $i++): |
echo $x[$i], "\n"; |
endfor; |
?> |
======= Totez jeste jednou jinak |
<?php |
if (isset($x)) unset($x); |
Exec("svnlook changed /home/MLAB", $x); |
echo implode("\n", $x); |
?> |
</pre></p> |
</body> |
</html> |