From 3a11555ec302eb81f5d8c1d7984f24501674b736 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 15 Apr 2008 19:57:59 +0000 Subject: incorrect path fixed up for fonts --- system/plugins/captcha_pi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/plugins/captcha_pi.php') 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 -- cgit v1.2.3-24-g4f1b