/WebSVN/dl.php
53,7 → 53,6
$tmpname1 = tempnam("temp", "wsvn-");
$tmpname = $tmpname1;
$tmpname .= "dir";
unlink($tmpname1);
if (mkdir($tmpname))
{
// Get the name of the directory being archived
107,4 → 106,6
@exec($cmd);
}
unlink($tmpname1);
 
?>