/WebSVN/dl.php
50,7 → 50,7
// Create a temporary directory. Here we have an unavoidable but highly
// unlikely to occure race condition
 
$tmpname1 = tempnam("temp", "wsvn-");
$tmpname1 = tempnam("temp", "wsvn-");
$tmpname = $tmpname1;
$tmpname .= "dir";
if (mkdir($tmpname))
106,6 → 106,6
@exec($cmd);
}
unlink($tmpname1);
unlink($tmpname1); // Pomocny soubor smazeme az po smazani adresare
 
?>