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