Thread: DR v0.26.1
View Single Post
  #13  
Old 22nd March 2008, 10:57
andybv andybv is offline
Member
 
Join Date: Dec 2007
Posts: 1
Default re: DR v0.26.1
In
Code:
signup.php
and
Code:
takesignup.php
Replace:
Code:
if ($arr[0] >= $maxusers)
with:
Code:
if ($arr[0] >= 20000)
Reply With Quote