Fixed utils to work with new directory structure.
This commit is contained in:
parent
5e4ce5bd4f
commit
38bc0de9a2
5 changed files with 13 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue