Mercurial > epgrec.yaz
changeset 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 | 481e789605e3 |
children | fa1b0995992b |
files | cancelReservation.php config.php.sample |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cancelReservation.php Sun Mar 21 16:42:58 2010 +0900 +++ b/cancelReservation.php Sun Mar 21 21:54:03 2010 +0900 @@ -23,6 +23,7 @@ // γγ‘γ€γ«γει€ if( file_exists( INSTALL_PATH."/".$settings->spool."/".$rec->path ) ) { @unlink(INSTALL_PATH."/".$settings->spool."/".$rec->path); + @unlink(INSTALL_PATH."/".$settings->thumbs."/".$rec->path.".jpg"); } } }
--- 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(