diff options
Diffstat (limited to 'modules/captcha/captcha.php')
-rw-r--r-- | modules/captcha/captcha.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/captcha/captcha.php b/modules/captcha/captcha.php index 1b419cc6..aab8bab7 100644 --- a/modules/captcha/captcha.php +++ b/modules/captcha/captcha.php @@ -157,9 +157,7 @@ END; $c2 = rand(195^$R, 230^$R); #-- configuration - $fonts = array( - // "COLLEGE.ttf", - ); + $fonts = array(); $fonts += glob(EWIKI_FONT_DIR."/*.ttf"); #-- encolour bg |