Mercurial > epgrec.yaz
annotate install/step5.php @ 40:a935b4789aff
fix: bug
author | Sushi-k <epgrec@park.mda.or.jp> |
---|---|
date | Tue, 28 Jul 2009 12:23:13 +0900 |
parents | |
children |
rev | line source |
---|---|
40 | 1 <?php |
2 include_once( "../config.php"); | |
3 include_once( INSTALL_PATH."/Settings.class.php" ); | |
4 | |
5 $settings = Settings::factory(); | |
6 | |
7 echo 'EPGの初回受信を行います。20~50分程度後に<a href="'.$settings->install_url.'">epgrecのトップページ</a>を開いてください。'; | |
8 | |
9 @system( INSTALL_PATH."/getepg.php &" ); | |
10 | |
11 exit(); | |
12 | |
13 ?> |