view install/step5.php @ 164:254d8a21bf36

fix: 予約済みの未実行録画にrecomplete.phpが必要なので戻した
author Sushi-k <epgrec@park.mda.or.jp>
date Tue, 06 Apr 2010 11:03:45 +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();

?>