Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6
This commit is contained in:
commit
5511b39e16
@ -1558,7 +1558,7 @@ Cookie authentication options
|
||||
$cfg['ArbitraryServerRegexp'] = '/^(server|another|yetdifferent)$/';
|
||||
|
||||
// Allow connection to range of IP addresses:
|
||||
$cfg['ArbitraryServerRegexp'] = '@^192.168.0.[0-9]{1,}$@';
|
||||
$cfg['ArbitraryServerRegexp'] = '@^192\.168\.0\.[0-9]{1,}$@';
|
||||
|
||||
// Allow connection to server name ending with -mysql:
|
||||
$cfg['ArbitraryServerRegexp'] = '@^[^:]\-mysql$@';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user