view install/step5.php @ 143:42f6eb738567

mod: ÀѤ߻Ĥ·¤ò½¤Àµ
author epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp>
date Sun, 21 Mar 2010 21:54:03 +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();

?>