Revision 605
Added by thorn almost 17 years ago
modify_settings.php | ||
---|---|---|
130 | 130 |
</select> |
131 | 131 |
</td> |
132 | 132 |
</tr> |
133 |
<?php if(extension_loaded('gd') AND function_exists('imageCreateFromJpeg')) { /* Make's sure GD library is installed */ ?> |
|
134 | 133 |
<tr> |
135 | 134 |
<td class="setting_name"><?php echo $TEXT['CAPTCHA_VERIFICATION']; ?>:</td> |
136 | 135 |
<td> |
... | ... | |
140 | 139 |
<label for="use_captcha_false"><?php echo $TEXT['DISABLED']; ?></label> |
141 | 140 |
</td> |
142 | 141 |
</tr> |
142 |
<?php if(extension_loaded('gd') AND function_exists('imageCreateFromJpeg')) { /* Make's sure GD library is installed */ ?> |
|
143 | 143 |
<tr> |
144 | 144 |
<td> |
145 | 145 |
<?php echo $TEXT['RESIZE_IMAGE_TO']; ?>: |
Also available in: Unified diff
fixed some issues with CAPTCHA and ASP: Adjusted baseline of '*' in supplyed fonts to meet baseline of numbers. Added counter to ttf_image generation-loop. Removed now unneeded GD-lib checks. Improved ASP in news-module.