// 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 ); ひなあにっき2024 » Blog Archive » リバ千フェス(2013.08.03)

リバ千フェス(2013.08.03)

Posted by tamura on 9th 8月 2013 in ライブ報告, 音楽

一応書いておかないと忘れちゃうんで、先週のリバ千フェス…ひなたフレンドサーキットSP.Vol4のセットリスト

ひまり
-尾道の夏
-ひかり
-櫻
-青空ビール

N.U.
-天体ショー(リハ)
-Boys&Girls
-観覧車
-希望の光
-僕らの秘密基地
-笑いながら

ひなた
-君に届けラブソング(リハ)
-向日葵
-長生橋から
-超耕21ガッター
-Smile
-I love you.

他の方々は曲名知らんのよね
写真も整理しないとなぁ

Leave a Reply

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)