https://bugzilla.wikimedia.org/show_bug.cgi?id=21510





--- Comment #1 from Platonides <[email protected]>  2009-11-22 18:53:02 UTC 
---
The code to add after $wgSquidServersNoPurge is set would be like this:

if ( $wgDBname == 'eswiki' ) {
    # Account creation throttle disabled for wikiweek at
[[European_University_of_Madrid]] (bug 21510)
    if ( time() > strtotime( '2009-11-30T08:00 +1:00' )
      && time() < strtotime( '2009-12-06T23:00 +1:00' ) )
      && wfGetIP() == '193.147.239.254' )
    {
        $wgAccountCreationThrottle = 300;
    }
}


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to