view install/step5.php @ 84:3ec5ca5e56ca

add: EPG取得並列化版を暫定的に標準に
author yoneda <yoneda@recorder.localnet.mda.or.jp>
date Mon, 01 Mar 2010 12:16:32 +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();

?>