diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-04-15 21:57:59 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-04-15 21:57:59 +0200 |
commit | 3a11555ec302eb81f5d8c1d7984f24501674b736 (patch) | |
tree | fa735aef2004812bbcc4f047bdc1d9d1332066ea /system/plugins/captcha_pi.php | |
parent | 27b5005d23ab2d55e459b59890d0108e100cb070 (diff) |
incorrect path fixed up for fonts
Diffstat (limited to 'system/plugins/captcha_pi.php')
-rw-r--r-- | system/plugins/captcha_pi.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/plugins/captcha_pi.php b/system/plugins/captcha_pi.php index 2c82f70a1..50a4eae0d 100644 --- a/system/plugins/captcha_pi.php +++ b/system/plugins/captcha_pi.php @@ -28,7 +28,7 @@ Once loaded you can generate a captcha like this: 'word' => 'Random word',
'img_path' => './captcha/',
'img_url' => 'http://www.your-site.com/captcha/',
- 'font_path' => './system/texb.ttf',
+ 'font_path' => './system/fonts/texb.ttf',
'img_width' => '150',
'img_height' => 30,
'expiration' => 7200
|