projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
201d210
)
CRM-16373 - Config - Remove `captchaFont` and `captchaFontPath`
author
Tim Otten
<totten@civicrm.org>
Mon, 17 Aug 2015 01:28:15 +0000
(18:28 -0700)
committer
Tim Otten
<totten@civicrm.org>
Mon, 17 Aug 2015 01:57:50 +0000
(18:57 -0700)
These variables are not read or written anywhere.
CRM/Core/Config/Variables.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Config/Variables.php
b/CRM/Core/Config/Variables.php
index e84474f6bef990ecd174cc79b1f16ed98b21e307..4a47a51c6c0211500b52680a24db6ee2f47b9ccb 100644
(file)
--- a/
CRM/Core/Config/Variables.php
+++ b/
CRM/Core/Config/Variables.php
@@
-374,20
+374,6
@@
class CRM_Core_Config_Variables extends CRM_Core_Config_Defaults {
*/
public $maxLocationBlocks = 2;
- /**
- * The font path where captcha fonts are stored
- *
- * @var string
- */
- public $captchaFontPath = '/usr/X11R6/lib/X11/fonts/';
-
- /**
- * The font to use for captcha
- *
- * @var string
- */
- public $captchaFont = 'HelveticaBold.ttf';
-
/**
* Some search settings
*/