comparison config.php.sample @ 46:3983b003ae40

modified: config.php.sample
author Sushi-k <epgrec@park.mda.or.jp>
date Tue, 28 Jul 2009 17:22:55 +0900
parents 01a8fdc0cebb
children a701aaf6d216
comparison
equal deleted inserted replaced
45:a48ea70993a3 46:3983b003ae40
52 'suffix' => '.avi', 52 'suffix' => '.avi',
53 ), 53 ),
54 */ 54 */
55 ); 55 );
56 56
57 57 // USE_KUROBON以外の定数は設定不要になりました
58 58
59 define( "INSTALL_PATH", dirname(__FILE__) ); // インストールパス 59 define( "INSTALL_PATH", dirname(__FILE__) ); // インストールパス
60 define( "USE_KUROBON", false ); // BSチューナーとしてFriio BS/CSを使うならtrue 60 define( "USE_KUROBON", false ); // BSチューナーとしてFriio BS/CSを使うならtrue
61 61
62 // 以降は必要に応じて変更する 62 // 以降は必要に応じて変更する