diff options
-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
|