view install/step5.php @ 82:330c83ae8c95

fix: CSのEPG取得時に予約重複チェックを行っていなかったのを修正
author yoneda <yoneda@recorder.localnet.mda.or.jp>
date Sun, 28 Feb 2010 21:44:16 +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();

?>