/WebSVN/dl.php |
---|
50,7 → 50,7 |
// Create a temporary directory. Here we have an unavoidable but highly |
// unlikely to occure race condition |
if (count(glob("/tmp/wsvn-*"))=<40) // Omezeni na pocet soucasne stahovanych souboru |
if (count(glob("/tmp/wsvn-*"))<=40) // Omezeni na pocet soucasne stahovanych souboru |
{ |
$tmpname1 = tempnam("temp", "wsvn-"); |
$tmpname = $tmpname1; |