view install/step5.php @ 83:f873e3251487

new: EPG取得の並列化テストを追加
author yoneda <yoneda@recorder.localnet.mda.or.jp>
date Sun, 28 Feb 2010 23:58:36 +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();

?>