diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-04-14 14:07:22 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-04-14 14:07:22 +0200 |
commit | 84ea5d71481c450dfe1f4a70a10877d4469c1329 (patch) | |
tree | e75869c4e3b1517c9210886dad10f95a4c151d43 /phpBB/language/en/acp/common.php | |
parent | 507efee633fee769e7e2af4a2b298c951193f800 (diff) | |
download | forums-84ea5d71481c450dfe1f4a70a10877d4469c1329.tar forums-84ea5d71481c450dfe1f4a70a10877d4469c1329.tar.gz forums-84ea5d71481c450dfe1f4a70a10877d4469c1329.tar.bz2 forums-84ea5d71481c450dfe1f4a70a10877d4469c1329.tar.xz forums-84ea5d71481c450dfe1f4a70a10877d4469c1329.zip |
[ticket/security/234] Add URL validation for input fields
SECURITY-234
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r-- | phpBB/language/en/acp/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 0d5f6fee25..1c2253542c 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -325,6 +325,7 @@ $lang = array_merge($lang, array( 'TOTAL_SIZE' => 'Total size', 'UCP' => 'User Control Panel', + 'URL_INVALID' => 'The provided URL for the setting ā%1$sā is invalid.', 'USERNAMES_EXPLAIN' => 'Place each username on a separate line.', 'USER_CONTROL_PANEL' => 'User Control Panel', |