comparison mediatomb.php @ 65:f8af9716f021

modified: mediatomb.php
author Sushi-k <epgrec@park.mda.or.jp>
date Fri, 09 Oct 2009 19:22:40 +0900
parents e5f9aa34d06f
children 3bed74eca373
comparison
equal deleted inserted replaced
64:b7d8699a955c 65:f8af9716f021
2 <?php 2 <?php
3 3
4 include_once('config.php'); 4 include_once('config.php');
5 include_once(INSTALL_PATH.'/DBRecord.class.php'); 5 include_once(INSTALL_PATH.'/DBRecord.class.php');
6 include_once(INSTALL_PATH.'/reclib.php'); 6 include_once(INSTALL_PATH.'/reclib.php');
7 include_once(INSTALL_PATH.'Settings.class.php'); 7 include_once(INSTALL_PATH.'/Settings.class.php');
8 8
9 $settings = Settings::factory(); 9 $settings = Settings::factory();
10 10
11 try { 11 try {
12 12