X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fauth.phh;fp=web%2FObj%2Fauth.phh;h=00add0c260e8a3aec26f418f2d21b5b084152231;hb=78f44060729d1f0c82a396aab1d05cbb75226d2d;hp=061538872eb99844d92ca2977800eb5d57768952;hpb=b1701059242cdb3cf52f6e08e1e8fe4ec635c1d4;p=brisk.git diff --git a/web/Obj/auth.phh b/web/Obj/auth.phh index 0615388..00add0c 100644 --- a/web/Obj/auth.phh +++ b/web/Obj/auth.phh @@ -244,7 +244,7 @@ class Challenges { return (FALSE); } - function lock_data() + static function lock_data() { if (($tok = @ftok(FTOK_PATH."/challenges", "B")) == -1) { return (FALSE); @@ -262,7 +262,7 @@ class Challenges { return (FALSE); } - function unlock_data($res) + static function unlock_data($res) { GLOBAL $sess;