comparison install/step1.php @ 77:cb7da56c4198

modified: Keyword.class.php modified: config.php.sample modified: index.php modified: install/step1.php modified: keywordTable.php modified: programTable.php modified: simpleReservation.php modified: templates/index.html modified: templates/keywordTable.html modified: templates/programTable.html
author Sushi-k <epgrec@park.mda.or.jp>
date Wed, 24 Feb 2010 20:22:19 +0900
parents 69e0dabc765a
children 3ec5ca5e56ca
comparison
equal deleted inserted replaced
76:69e0dabc765a 77:cb7da56c4198
77 } 77 }
78 echo "</div>"; 78 echo "</div>";
79 79
80 if( !file_exists( "/usr/local/bin/grscan" ) ) { 80 if( !file_exists( "/usr/local/bin/grscan" ) ) {
81 81
82 include_once( INSTALL_PATH."/settings/gr_channel.php" );
83
84 echo "<p><b>地上デジタルチャンネルの設定確認</b></p>"; 82 echo "<p><b>地上デジタルチャンネルの設定確認</b></p>";
85 83
86 echo "<div>現在、config.phpでは以下のチャンネルの受信が設定されています。受信不可能なチャンネルが混ざっていると番組表が表示できません。</div>"; 84 echo "<div>現在、config.phpでは以下のチャンネルの受信が設定されています。受信不可能なチャンネルが混ざっていると番組表が表示できません。</div>";
87 85
88 echo "<ul>"; 86 echo "<ul>";