diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-05-11 18:27:41 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-05-11 18:27:41 +0200 |
commit | c7deac9f2f9e43cedb18202542e8a46061df046e (patch) | |
tree | b8c030e025e3a403c8c2fb2511dfb1e9b3512e80 /system/plugins | |
parent | 5583e1aae64ff7e902136c4ba610d438dc2015d4 (diff) |
Undoing change committed in r1115
Diffstat (limited to 'system/plugins')
-rw-r--r-- | system/plugins/captcha_pi.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/plugins/captcha_pi.php b/system/plugins/captcha_pi.php index ac31f590c..309ef7ea5 100644 --- a/system/plugins/captcha_pi.php +++ b/system/plugins/captcha_pi.php @@ -351,3 +351,4 @@ function create_captcha($data = '', $img_path = '', $img_url = '', $font_path = return array('word' => $word, 'time' => $now, 'image' => $img);
}
+?>
\ No newline at end of file |