aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/captcha_factory.php
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-06-04 13:30:01 +0000
committerChris Smith <toonarmy@phpbb.com>2009-06-04 13:30:01 +0000
commita975f8454aea77f1e42332b8fb52e66a77415e76 (patch)
treef077e5d1fa8d2d71eeeee2dd43d34de797a73553 /phpBB/includes/captcha/captcha_factory.php
parent5478ef15d33eec696ded6a5402a329b77916597e (diff)
downloadforums-a975f8454aea77f1e42332b8fb52e66a77415e76.tar
forums-a975f8454aea77f1e42332b8fb52e66a77415e76.tar.gz
forums-a975f8454aea77f1e42332b8fb52e66a77415e76.tar.bz2
forums-a975f8454aea77f1e42332b8fb52e66a77415e76.tar.xz
forums-a975f8454aea77f1e42332b8fb52e66a77415e76.zip
Fix up and tidy :)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9532 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/captcha/captcha_factory.php')
-rw-r--r--[-rwxr-xr-x]phpBB/includes/captcha/captcha_factory.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/phpBB/includes/captcha/captcha_factory.php b/phpBB/includes/captcha/captcha_factory.php
index e6f56172ec..fbe615a043 100755..100644
--- a/phpBB/includes/captcha/captcha_factory.php
+++ b/phpBB/includes/captcha/captcha_factory.php
@@ -1,8 +1,8 @@
-<?
+<?php
/**
*
* @package VC
-* @version $Id: $
+* @version $Id$
* @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
@@ -89,4 +89,6 @@ class phpbb_captcha_factory
return $captchas;
}
-} \ No newline at end of file
+}
+
+?> \ No newline at end of file