Mercurial > epgrec.yaz
diff 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 |
line wrap: on
line diff
--- a/config.php.sample Sun Mar 21 16:42:58 2010 +0900 +++ b/config.php.sample Sun Mar 21 21:54:03 2010 +0900 @@ -93,6 +93,15 @@ include_once( INSTALL_PATH."/settings/gr_channel.php" ); } +// +// settings/site_conf.phpがあればそれを優先する +// +if( file_exists( INSTALL_PATH."/settings/site_conf.php" ) ) { + unset($GR_CHANNEL_MAP); + unset($RECORD_MODE); + include_once( INSTALL_PATH."/settings/site_conf.php" ); +} + // 全国用BSデジタルチャンネルマップ $BS_CHANNEL_MAP = array(
