Removed unused member in UserUtil
authorTim Düsterhus <timwolla@googlemail.com>
Sun, 23 Sep 2012 18:17:52 +0000 (21:17 +0300)
committerTim Düsterhus <timwolla@googlemail.com>
Sun, 23 Sep 2012 18:17:52 +0000 (21:17 +0300)
wcfsetup/install/files/lib/util/UserUtil.class.php

index 55d89359210fc27c79508cd3b8a12198be788adc..abbb3dd258ff3683803a34abd1e63c37410ab458 100644 (file)
@@ -13,8 +13,6 @@ use wcf\system\WCF;
  * @category   Community Framework
  */
 final class UserUtil {
-       protected static $privateIpList = array("/^0\./", "/^127\.0\.0\.1/", "/^192\.168\..*/", "/^172\.16\..*/", "/^10..*/", "/^224..*/", "/^240..*/");
-       
        /**
         * Returns true, if the given name is a valid username.
         *