comparison mediatomb.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 f8af9716f021
children
comparison
equal deleted inserted replaced
108:4bd07b03c694 111:3bed74eca373
1 #!/usr/bin/php 1 #!/usr/bin/php
2 <?php 2 <?php
3 3 $script_path = dirname( __FILE__ );
4 include_once('config.php'); 4 chdir( $script_path );
5 include_once( $script_path . '/config.php');
5 include_once(INSTALL_PATH.'/DBRecord.class.php'); 6 include_once(INSTALL_PATH.'/DBRecord.class.php');
6 include_once(INSTALL_PATH.'/reclib.php'); 7 include_once(INSTALL_PATH.'/reclib.php');
7 include_once(INSTALL_PATH.'/Settings.class.php'); 8 include_once(INSTALL_PATH.'/Settings.class.php');
8 9
9 $settings = Settings::factory(); 10 $settings = Settings::factory();