mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
When using empty($max) the follwowing two expression need to be switched. If Suhosin is not installed @ini_get('suhosin.post.max_vars') and @ini_get('suhosin.request.max_vars') will return false. empty($max) will return true and count($dnsarray) should be set as $max. ...Took me only one year to notice I missed that change here.