Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/Zend/Validate/Hostname.php')
-rw-r--r--libs/Zend/Validate/Hostname.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/Zend/Validate/Hostname.php b/libs/Zend/Validate/Hostname.php
index 1ca10faea9..79e9902b6e 100644
--- a/libs/Zend/Validate/Hostname.php
+++ b/libs/Zend/Validate/Hostname.php
@@ -491,6 +491,7 @@ class Zend_Validate_Hostname extends Zend_Validate_Abstract
'家電' => array(1 => self::VALID_UNICODE_DOMAIN),
'微博' => array(1 => self::VALID_UNICODE_DOMAIN),
'ابوظبي' => array(1 => self::VALID_UNICODE_DOMAIN),
+ '网站' => array(1 => self::VALID_UNICODE_DOMAIN),
);