/Web/Maintenance/CommitLog.php |
---|
33,7 → 33,7 |
</table> |
<?php |
if (isset($x)) unset ($x); |
Exec("svn status /home/Apache/WWW-MLAB", $x); |
Exec("svn status /home/Apache/MLAB-WWW", $x); |
$x=preg_replace("/\n/","",$x); // Ukousni konce řádek |
$x=implode("\n",$x); // Slož řádky |
if ($x=="") |