X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/df9d0deaca85d998cd966a75db730202e0f7c993..93694c84c01993183d522de20f07ffdaf598e417:/lib/AI/Sistema.php diff --git a/lib/AI/Sistema.php b/lib/AI/Sistema.php index 05f2559..c073a15 100644 --- a/lib/AI/Sistema.php +++ b/lib/AI/Sistema.php @@ -30,11 +30,16 @@ // +X2C includes require_once 'AI/DBObject.php'; // ~X2C -// + require_once 'AI/Error.php'; // TODO - preguntar a gmeray si le sirve, yo no lo uso... require_once 'SAMURAI/Sistema.php'; +/** + * Archivo de configuraciĆ³n. + */ +define('AI_SISTEMA_CONFFILE', dirname(__FILE__).'/Sistema.ini'); + // +X2C Class 416 :AI_Sistema /** * Sistema. @@ -112,7 +117,7 @@ FIXME - preguntar a gonzalo si le sirve. */ function AI_Sistema($sistema = 0) // ~X2C { - parent::AI_DBObject($sistema, dirname(__FILE__) . '/Sistema.ini'); + parent::AI_DBObject($sistema, AI_SISTEMA_CONFFILE); } // -X2C @@ -141,4 +146,4 @@ FIXME - preguntar a gonzalo si le sirve. } // -X2C Class :AI_Sistema -?> +?> \ No newline at end of file