Changeset - 0a25506b2355
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-12-31 18:09:14
ohnobinki@ohnopublishing.net
Fix $use_captcha line in config.inc.example to follow the existing convention.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
inc/config.inc.example
Show inline comments
 
@@ -64,13 +64,13 @@
 
 *
 
 * Set to TRUE to use SecureImage captcha, FALSE to not use
 
 * it. Requires PHP library available from http://phpcaptcha.org/
 
 * which may be placed in slate_permutate's lib/ directory or into the
 
 * system PHP include path.
 
 */
 
$use_captcha = FALSE;
 
/* $use_captcha = FALSE; */
 

	
 
/**
 
 * \brief
 
 *   Password to be used for administration page (admin.php)
 
 *
 
 */
0 comments (0 inline, 0 general)