summaryrefslogtreecommitdiffstats
path: root/system/plugins
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-05-11 17:48:20 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-05-11 17:48:20 +0200
commit5583e1aae64ff7e902136c4ba610d438dc2015d4 (patch)
treea022ae3bae241c87099b3856f52d5baa0ee68d00 /system/plugins
parent62d6c6d954cb64ea80d43acad7d2da795c0710b5 (diff)
removed closing PHP tag from all framework files
Diffstat (limited to 'system/plugins')
-rw-r--r--system/plugins/captcha_pi.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/plugins/captcha_pi.php b/system/plugins/captcha_pi.php
index 309ef7ea5..ac31f590c 100644
--- a/system/plugins/captcha_pi.php
+++ b/system/plugins/captcha_pi.php
@@ -351,4 +351,3 @@ function create_captcha($data = '', $img_path = '', $img_url = '', $font_path =
return array('word' => $word, 'time' => $now, 'image' => $img);
}
-?> \ No newline at end of file