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

@@ -23,6 +23,7 @@ define('PATH_HOME', $pathhome);
define('PATH_TRUNK', $pathTrunk);
define('PATH_OUTTRUNK', $pathOutTrunk);
require_once PATH_TRUNK . "framework/src/Maveriks/Util/ClassLoader.php";
require_once (PATH_HOME . 'engine' . PATH_SEP . 'config' . PATH_SEP . 'paths.php');
require_once PATH_CORE . 'classes' . PATH_SEP . 'class.system.php';