aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/captcha_plugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/captcha/captcha_plugin.php')
-rw-r--r--[-rwxr-xr-x]phpBB/includes/captcha/captcha_plugin.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/includes/captcha/captcha_plugin.php b/phpBB/includes/captcha/captcha_plugin.php
index 08a149764c..7c601caa93 100755..100644
--- a/phpBB/includes/captcha/captcha_plugin.php
+++ b/phpBB/includes/captcha/captcha_plugin.php
@@ -1,4 +1,4 @@
-<?
+<?php
interface phpbb_captcha_plugin
{
@@ -94,4 +94,6 @@ interface phpbb_captcha_plugin
*/
function get_attempt_count();
-} \ No newline at end of file
+}
+
+?> \ No newline at end of file