comparison config.php.sample @ 152:784e3c82926e

mod: yazucchiさんのパッチ取り込み
author epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp>
date Sun, 28 Mar 2010 22:13:52 +0900
parents fadae5e39857
children 190a3c46611d 84220382fea8
comparison
equal deleted inserted replaced
149:5b192e94f49d 152:784e3c82926e
83 83
84 define( "BS_EPG_CHANNEL", "211" ); // BS 84 define( "BS_EPG_CHANNEL", "211" ); // BS
85 define( "CS1_EPG_CHANNEL", "CS8" ); // CS1 85 define( "CS1_EPG_CHANNEL", "CS8" ); // CS1
86 define( "CS2_EPG_CHANNEL", "CS24" ); // CS2 86 define( "CS2_EPG_CHANNEL", "CS24" ); // CS2
87 87
88
89 // 遺吾帥c潟若settings/gr_channel.php絖
90 //
91 if( file_exists( INSTALL_PATH."/settings/gr_channel.php" ) ) {
92 unset($GR_CHANNEL_MAP);
93 include_once( INSTALL_PATH."/settings/gr_channel.php" );
94 }
95
96 //
97 // settings/site_conf.php違
98 //
99 if( file_exists( INSTALL_PATH."/settings/site_conf.php" ) ) {
100 unset($GR_CHANNEL_MAP);
101 unset($RECORD_MODE);
102 include_once( INSTALL_PATH."/settings/site_conf.php" );
103 }
104
105
106 // 順BS吾帥c潟 88 // 順BS吾帥c潟
107 $BS_CHANNEL_MAP = array( 89 $BS_CHANNEL_MAP = array(
108 "3001.ontvjapan.com" => "101", 90 "3001.ontvjapan.com" => "101",
109 "3002.ontvjapan.com" => "102", 91 "3002.ontvjapan.com" => "102",
110 "3003.ontvjapan.com" => "103", 92 "3003.ontvjapan.com" => "103",
223 "101ch.epgdata.ontvjapan" => "CS22", 101, // "絎紂≪c潟" 205 "101ch.epgdata.ontvjapan" => "CS22", 101, // "絎紂≪c潟"
224 "147ch.epgdata.ontvjapan" => "CS22", 147, // "鐚o竺ユ腟ゃ" 206 "147ch.epgdata.ontvjapan" => "CS22", 147, // "鐚o竺ユ腟ゃ"
225 */ 207 */
226 ); 208 );
227 209
210
211 // 遺吾帥c潟若settings/gr_channel.php絖
212 //
213 if( file_exists( INSTALL_PATH."/settings/gr_channel.php" ) ) {
214 unset($GR_CHANNEL_MAP);
215 include_once( INSTALL_PATH."/settings/gr_channel.php" );
216 }
217
218 //
219 // settings/site_conf.php違
220 //
221 if( file_exists( INSTALL_PATH."/settings/site_conf.php" ) ) {
222 unset($GR_CHANNEL_MAP);
223 unset($RECORD_MODE);
224 include_once( INSTALL_PATH."/settings/site_conf.php" );
225 }
226
227 // Deprecated
228 // 鴻帥ゃ冴荐絎若荐絎若ゃ
229 // unset鴻帥荐絎<ゃ莢篁祉ц
230 if( file_exists( INSTALL_PATH."/settings/config_custom.php" ) ) {
231 include_once( INSTALL_PATH."/settings/config_custom.php" );
232 }
233
234
228 // DB若宴篁ヤ紊眼с 235 // DB若宴篁ヤ紊眼с
229 236
230 define( "RESERVE_TBL", "reserveTbl" ); // 篋膣若 237 define( "RESERVE_TBL", "reserveTbl" ); // 篋膣若
231 define( "PROGRAM_TBL", "programTbl" ); // 腟茵 238 define( "PROGRAM_TBL", "programTbl" ); // 腟茵
232 define( "CHANNEL_TBL", "channelTbl" ); // c潟若 239 define( "CHANNEL_TBL", "channelTbl" ); // c潟若