Mercurial > epgrec.yaz
annotate install/step5.php @ 172:2a944f0c15c5
merged from upstream
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 30 Apr 2010 12:21:17 +0900 |
parents | a935b4789aff |
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 ?> |