From c0ee91de0b0987f13790dd1aa8f7af6994333bae Mon Sep 17 00:00:00 2001 From: Sushi-k Date: Wed, 17 Mar 2010 18:13:01 +0900 Subject: [PATCH] =?utf8?q?mod:=20=E3=83=81=E3=83=A3=E3=83=B3=E3=83=8D?= =?utf8?q?=E3=83=AB=E3=82=B9=E3=82=AD=E3=83=83=E3=83=97=E3=81=AE=E5=A4=A7?= =?utf8?q?=E3=81=BE=E3=81=8B=E3=81=AA=E5=AE=9F=E8=A3=85=E7=B5=82=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- setChannelInfo.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 setChannelInfo.php diff --git a/setChannelInfo.php b/setChannelInfo.php new file mode 100755 index 0000000..459543f --- /dev/null +++ b/setChannelInfo.php @@ -0,0 +1,18 @@ +sid = trim($_POST['sid']); + $crec->skip = (int)(trim($_POST['skip'])); + } + catch( Exception $e ) { + exit("Error: チャンネル情報更新失敗" ); + } +} +?> \ No newline at end of file -- 2.11.0