comparison recomplete.php @ 111:3bed74eca373

change: EPG取得並列化が可能かどうかを判定するように変更
author epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp>
date Sat, 13 Mar 2010 16:45:29 +0900
parents f8f6e0d3acaf
children 481e789605e3
comparison
equal deleted inserted replaced
108:4bd07b03c694 111:3bed74eca373
1 #!/usr/bin/php 1 #!/usr/bin/php
2 <?php 2 <?php
3 include_once( "config.php" ); 3 $script_path = dirname( __FILE__ );
4 chdir( $script_path );
5 include_once( $script_path . '/config.php');
4 include_once( INSTALL_PATH . "/DBRecord.class.php" ); 6 include_once( INSTALL_PATH . "/DBRecord.class.php" );
5 include_once( INSTALL_PATH . "/Settings.class.php" ); 7 include_once( INSTALL_PATH . "/Settings.class.php" );
6 8
7 $settings = Settings::factory(); 9 $settings = Settings::factory();
8 10