view install/step5.php @ 95:d9b9d1d903a1

fix: ¤µ¤é¤Ë½¤Àµ
author epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp>
date Wed, 03 Mar 2010 00:02:15 +0900
parents a935b4789aff
children
line wrap: on
line source

<?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();

?>