Fixed utils to work with new directory structure.

This commit is contained in:
paul.baranowski 2010-12-09 15:58:44 -05:00
parent 5e4ce5bd4f
commit 38bc0de9a2
5 changed files with 13 additions and 13 deletions

View file

@ -12,9 +12,9 @@
*
*/
require_once(dirname(__FILE__).'/../conf.php');
require_once(dirname(__FILE__).'/../backend/GreenBox.php');
require_once(dirname(__FILE__).'/../backend/Restore.php');
require_once(dirname(__FILE__).'/../application/configs/conf.php');
require_once(dirname(__FILE__).'/../application/models/GreenBox.php');
require_once(dirname(__FILE__).'/../application/models/Restore.php');
include_once('DB.php');
PEAR::setErrorHandling(PEAR_ERROR_RETURN);