メモリーグラス
Posted by tamura on 25th 11月 2005 in auoneブログ
って何年前の歌だ![]()
いまラジオでかかってたんだが…
すげ~懐かしいなぁ
// 1. 指定のローカルIP宛のリクエストを許可 add_filter( 'http_request_host_is_external', function( $is_external, $host, $url ) { if ( $host === '192.168.1.110' ) { return true; } return $is_external; }, 10, 3 ); // 2. カスタムポート(3010)を許可 add_filter( 'http_allowed_safe_ports', function( $allowed_ports, $host, $url ) { $allowed_ports[] = 3010; return $allowed_ports; }, 10, 3 );
って何年前の歌だ![]()
いまラジオでかかってたんだが…
すげ~懐かしいなぁ
昨日はずっと家に居ましたよ~。
ここ3年ぐらい電車にすら乗ってません
超地元っ子です笑