diff options
-rw-r--r-- | phpBB/develop/regex.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/develop/regex.php b/phpBB/develop/regex.php index 049fc28755..9d2d48f653 100644 --- a/phpBB/develop/regex.php +++ b/phpBB/develop/regex.php @@ -8,6 +8,7 @@ // 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])'; |