aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2008-01-22 19:16:52 +0000
committerNils Adermann <naderman@naderman.de>2008-01-22 19:16:52 +0000
commit8608cea5c8dc07444d17d967d439ede0d7d4f97a (patch)
tree5731f534bed725846dd358021ee61feda5589adc /phpBB/develop
parent18a081bc6c3171939e838070d63d0623259370e9 (diff)
downloadforums-8608cea5c8dc07444d17d967d439ede0d7d4f97a.tar
forums-8608cea5c8dc07444d17d967d439ede0d7d4f97a.tar.gz
forums-8608cea5c8dc07444d17d967d439ede0d7d4f97a.tar.bz2
forums-8608cea5c8dc07444d17d967d439ede0d7d4f97a.tar.xz
forums-8608cea5c8dc07444d17d967d439ede0d7d4f97a.zip
test commit on svn
git-svn-id: file:///svn/phpbb/trunk@8328 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop')
-rw-r--r--phpBB/develop/regex.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/develop/regex.php b/phpBB/develop/regex.php
index 4498204b4a..049fc28755 100644
--- a/phpBB/develop/regex.php
+++ b/phpBB/develop/regex.php
@@ -8,7 +8,6 @@
//
die("Please read the first lines of this script for instructions on how to enable it");
-
// IP regular expressions
$dec_octet = '(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])';
@@ -80,4 +79,4 @@ echo 'www.URL: ' . $www_url . "<br />\n";
$relative_url = "$segment$path_abempty(?:\?$query)?(?:\#$fragment)?";
echo 'relative URL: ' . $relative_url . "<br />\n";
-?> \ No newline at end of file
+?>