diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/install/step5.php	Tue Jul 28 12:23:13 2009 +0900
@@ -0,0 +1,13 @@
+<?php
+include_once( "../config.php");
+include_once( INSTALL_PATH."/Settings.class.php" );
+
+$settings = Settings::factory();
+
+echo 'EPGの初回受信を行います。20~50分程度後に<a href="'.$settings->install_url.'">epgrecのトップページ</a>を開いてください。';
+
+@system( INSTALL_PATH."/getepg.php &" );
+
+exit();
+
+?>
\ No newline at end of file