remove author names

This commit is contained in:
Dieter Adriaenssens
2010-06-28 20:36:12 +02:00
parent 4986ee0174
commit 16ed06531a
9 changed files with 3 additions and 17 deletions

View File

@@ -390,7 +390,7 @@ function Swekey_GetFastHalfRndToken()
$_SESSION['rnd-token-date'] = time();
if (! empty($cachefile))
{
// we unlink the file so no possible tempfile race attack (thanks Thijs)
// we unlink the file so no possible tempfile race attack
unlink($cachefile);
$file = fopen($cachefile , "x");
if ($file != FALSE)