1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Issue #439 CAPTCHA was difficult to read on some backgrounds. Added support for constant e_CAPTCHA_FONTCOLOR (use hex color) which may be used in theme.php

This commit is contained in:
Cameron
2013-09-16 14:12:04 -07:00
parent 6dd2738e0b
commit 7678f3fecc
3 changed files with 78 additions and 9 deletions

View File

@@ -18,6 +18,10 @@ if (!defined('e107_INIT'))
{
exit;
}
define('e_CAPTCHA_FONTCOLOR','#F9A533');
// Required for a clean v1.x -> v2 upgrade.
$core = e107::getConfig('core');
if($core->get('admintheme') != 'bootstrap')