Arreglo de cron

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-07-01 16:13:46 -04:00
parent 373abf6470
commit 1d17893c90
4 changed files with 14 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ if (!defined('PATH_HOME')) {
define('PATH_OUTTRUNK', $pathOutTrunk);
require_once (PATH_HOME . 'engine' . PATH_SEP . 'config' . PATH_SEP . 'paths.php');
require_once PATH_TRUNK . "framework/src/Maveriks/Util/ClassLoader.php";
G::LoadThirdParty('pear/json','class.json');
G::LoadThirdParty('smarty/libs','Smarty.class');