Commit:    2b1ab9c1ae17c4ab880287e846463280136839d4
Author:    Hannes Magnusson <[email protected]>         Sat, 21 Feb 2015 
10:33:13 -0800
Parents:   c04314e455d1d2d418102927b2f3cc9a9ac4d07b
Branches:  master

Link:       
http://git.php.net/?p=web/wiki.git;a=commitdiff;h=2b1ab9c1ae17c4ab880287e846463280136839d4

Log:
Forgot to update the challenge answer ;)

Changed paths:
  M  dokuwiki/inc/auth.php


Diff:
diff --git a/dokuwiki/inc/auth.php b/dokuwiki/inc/auth.php
index 8c81355..7086f37 100644
--- a/dokuwiki/inc/auth.php
+++ b/dokuwiki/inc/auth.php
@@ -947,7 +947,7 @@ function register() {
         return false;
     }
         // make sure the secret spam box was filled out correctly
-    if($spam != "[email protected]") {
+    if($spam != "[email protected]") {
         msg("That wasn't the answer we were expecting",-1);
         return false;
     }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to