Revision 253
Added by ryan almost 20 years ago
| index.php | ||
|---|---|---|
| 319 | 319 |
} else {
|
| 320 | 320 |
$template->set_var('CAPTCHA_VERIFICATION_DISABLED', ' checked');
|
| 321 | 321 |
} |
| 322 |
if(extension_loaded('gd') AND function_exists('imageCreateFromJpeg')) { /* Make's sure GD library is installed */
|
|
| 323 |
$template->set_var('GD_EXTENSION_ENABLED', '');
|
|
| 324 |
} else {
|
|
| 325 |
$template->set_var('GD_EXTENSION_ENABLED', 'none');
|
|
| 326 |
} |
|
| 322 | 327 |
|
| 323 | 328 |
// Work-out if section blocks feature is enabled |
| 324 | 329 |
if(defined('SECTION_BLOCKS') AND SECTION_BLOCKS == true) {
|
Also available in: Unified diff
Added captcha verification to sign-up form