Mercurial > epgrec.yaz
comparison config.php.sample @ 143:42f6eb738567
mod: ???????
| author | epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp> |
|---|---|
| date | Sun, 21 Mar 2010 21:54:03 +0900 |
| parents | 6754b6aa50cf |
| children | 4afd353b4507 fadae5e39857 |
comparison
equal
deleted
inserted
replaced
| 142:481e789605e3 | 143:42f6eb738567 |
|---|---|
| 91 if( file_exists( INSTALL_PATH."/settings/gr_channel.php" ) ) { | 91 if( file_exists( INSTALL_PATH."/settings/gr_channel.php" ) ) { |
| 92 unset($GR_CHANNEL_MAP); | 92 unset($GR_CHANNEL_MAP); |
| 93 include_once( INSTALL_PATH."/settings/gr_channel.php" ); | 93 include_once( INSTALL_PATH."/settings/gr_channel.php" ); |
| 94 } | 94 } |
| 95 | 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 | |
| 96 | 105 |
| 97 // 全国用BSデジタルチャンネルマップ | 106 // 全国用BSデジタルチャンネルマップ |
| 98 $BS_CHANNEL_MAP = array( | 107 $BS_CHANNEL_MAP = array( |
| 99 "3001.ontvjapan.com" => "101", | 108 "3001.ontvjapan.com" => "101", |
| 100 "3002.ontvjapan.com" => "102", | 109 "3002.ontvjapan.com" => "102", |
