//WebSVN/dl.php |
---|
51,7 → 51,6 |
// unlikely to occure race condition |
$tmpname = tempnam("temp", "wsvn"); |
unlink($tmpname); |
if (mkdir($tmpname)) |
{ |
// Get the name of the directory being archived |
105,4 → 104,5 |
@exec($cmd); |
} |
unlink($tmpname); |
?> |
//WebSVN/dl.php |
---|
51,7 → 51,6 |
// unlikely to occure race condition |
$tmpname = tempnam("temp", "wsvn"); |
unlink($tmpname); |
if (mkdir($tmpname)) |
{ |
// Get the name of the directory being archived |
105,4 → 104,5 |
@exec($cmd); |
} |
unlink($tmpname); |
?> |