comparison config.php.sample @ 6:3037002b8c23

modified: config.php.sample
author Sushi-k <epgrec@park.mda.or.jp>
date Wed, 08 Jul 2009 19:19:16 +0900
parents e7f8532f3483
children 218d34ec7874
comparison
equal deleted inserted replaced
5:7283cff6dacb 6:3037002b8c23
56 56
57 57
58 58
59 define( "INSTALL_PATH", '/var/www/epgrec' ); // インストールパス 59 define( "INSTALL_PATH", '/var/www/epgrec' ); // インストールパス
60 define( "SPOOL", "/video" ); // 録画ビデオ格納ディレクトリ 60 define( "SPOOL", "/video" ); // 録画ビデオ格納ディレクトリ
61 define( "THUMBS". "/thumbs" ); // サムネール保存先 61 define( "THUMBS", "/thumbs" ); // サムネール保存先
62 define( "INSTALL_URL", "http://localhost/epgrec" ); // インストール先URL 62 define( "INSTALL_URL", "http://localhost/epgrec" ); // インストール先URL
63 63
64 define( "BS_TUNERS", 0 ); // BSデジタルチューナー数 64 define( "BS_TUNERS", 0 ); // BSデジタルチューナー数
65 define( "GR_TUNERS", 1 ); // 地上デジタルチューナー数 65 define( "GR_TUNERS", 1 ); // 地上デジタルチューナー数
66 define( "USE_KUROBON", false ); // BSチューナーとしてFriio BS/CSを使うならtrue 66 define( "USE_KUROBON", false ); // BSチューナーとしてFriio BS/CSを使うならtrue