X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fauth.phh;h=193bca63a551b1c54cad6a63416ff72a2e8d5fc4;hb=4542fee714762f3f2d1b29ad276dd44f24be3aaa;hp=a501014605c1939fe1cb8e89e3e67f14454d9228;hpb=eba04c772a2c24d03588ee97ca7ff40b2ef79128;p=brisk.git diff --git a/web/Obj/auth.phh b/web/Obj/auth.phh index a501014..193bca6 100644 --- a/web/Obj/auth.phh +++ b/web/Obj/auth.phh @@ -2,7 +2,7 @@ /* * brisk - auth.phh * - * Copyright (C) 2006-2011 Matteo Nastasi + * Copyright (C) 2006-2012 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -166,7 +166,7 @@ class Challenges { { GLOBAL $sess; do { - if (($tok = @ftok(FTOK_PATH."/challenges", "B")) == -1) { + if (($tok = @ftok(FTOK_PATH."/challenges", "C")) == -1) { log_main("ftok failed"); break; } @@ -212,7 +212,7 @@ class Challenges { $shm = FALSE; $oldmod = $chals->mod; - if (($tok = @ftok(FTOK_PATH."/challenges", "B")) == -1) + if (($tok = @ftok(FTOK_PATH."/challenges", "C")) == -1) return (FALSE); while ($chals->shm_sz < CHAL_SHM_DIMS_MAX) { @@ -266,4 +266,4 @@ class Challenges { } } // End CLASS Challenges -?> \ No newline at end of file +?>