view install/step5.php @ 121:ea54c3128da3

mod: チャンネルスキップ実装中(番組表の表示方法を変更した)
author Sushi-k <epgrec@park.mda.or.jp>
date Tue, 16 Mar 2010 12:46:37 +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();

?>