aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-06-04 11:06:51 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-06-04 11:06:51 +0000
commite8e807f79750e68c3fa1757958e3674bb9cd9aaf (patch)
treec1f070372ecd8abea791188d6fad1b6f84455e55
parent65fb840b761cb04d52bd03ef0d5ed20053ae16ba (diff)
downloadforums-e8e807f79750e68c3fa1757958e3674bb9cd9aaf.tar
forums-e8e807f79750e68c3fa1757958e3674bb9cd9aaf.tar.gz
forums-e8e807f79750e68c3fa1757958e3674bb9cd9aaf.tar.bz2
forums-e8e807f79750e68c3fa1757958e3674bb9cd9aaf.tar.xz
forums-e8e807f79750e68c3fa1757958e3674bb9cd9aaf.zip
adding missing props
git-svn-id: file:///svn/phpbb/trunk@8588 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--tests/security/all_tests.php2
-rw-r--r--tests/security/extract_current_page.php2
-rw-r--r--tests/security/redirect.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/security/all_tests.php b/tests/security/all_tests.php
index 23ddb94c44..4b65b97e84 100644
--- a/tests/security/all_tests.php
+++ b/tests/security/all_tests.php
@@ -2,7 +2,7 @@
/**
*
* @package testing
-* @version $Id: all_tests.php 8549 2008-05-04 22:54:16Z naderman $
+* @version $Id$
* @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
diff --git a/tests/security/extract_current_page.php b/tests/security/extract_current_page.php
index 4048a6303c..95aa3be4c0 100644
--- a/tests/security/extract_current_page.php
+++ b/tests/security/extract_current_page.php
@@ -2,7 +2,7 @@
/**
*
* @package testing
-* @version $Id: request_var.php 8549 2008-05-04 22:54:16Z naderman $
+* @version $Id$
* @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
diff --git a/tests/security/redirect.php b/tests/security/redirect.php
index d95bac4101..c2613c3265 100644
--- a/tests/security/redirect.php
+++ b/tests/security/redirect.php
@@ -2,7 +2,7 @@
/**
*
* @package testing
-* @version $Id: request_var.php 8549 2008-05-04 22:54:16Z naderman $
+* @version $Id$
* @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*