XFileSharing Pro - Disable captcha code in registration page ?

Message
Author
ALMGHARI
Posts: 50
Joined: Jun 07, 2008 5:37 pm

Disable captcha code in registration page ?

#1 Postby ALMGHARI » Feb 04, 2011 12:42 am

Hello,

Please, How I can disable captcha code in registration page ?
I don't want this code step in registration page
What I do ?

Image

Thanks.

ALMGHARI
Posts: 50
Joined: Jun 07, 2008 5:37 pm

#2 Postby ALMGHARI » Feb 07, 2011 8:09 pm

??

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#3 Postby admin » Feb 08, 2011 11:05 am

In index.cgi find following code:

Code: Select all

   $c->{captcha}=1;

and change to

Code: Select all

   $c->{captcha}=0;

There are several places.