test commit on svn

git-svn-id: file:///svn/phpbb/trunk@8328 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann 2008-01-22 19:16:52 +00:00
parent 18a081bc6c
commit 8608cea5c8

View file

@ -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";
?>
?>