10/02/23 14:05:16 Dv/HNRpk0
>>831
使った事ないけど、こんな感じかな?
// アクセスを許可するリモートホストの正規表現
// preg_match()関数の第一引数として正しい文字列であること
// 使用しない場合はnull
// $_conf['secure']['auth_host'] == 1 かつ
// $GLOBALS['_HOSTCHKCONF']['host_type']['custom'] = 1 のとき使われる
$GLOBALS['_HOSTCHKCONF']['custom_allowed_host_regex'] = "/\.hoge\.nantoka\.ne\.jp/";