define( "_JEXEC", 1 ); define( "JPATH_BASE", dirname( dirname( dirname( __FILE__ ) ) ) ); define( "JPATH_CONFIGURATION", dirname( dirname( dirname( __FILE__ ) ) ) ); define( "DS", DIRECTORY_SEPARATOR ); include_once JPATH_BASE . DS . "includes" . DS . "defines.php"; include_once JPATH_BASE . DS . "includes" . DS . "framework.php"; $mainframe =& JFactory::getApplication( "site" ); if ($habilitar_inscripcion == "0") { header("Location: ".$mosConfig_live_site."/inscripciones/offline.php"); exit(); } else { //include_once($mosConfig_absolute_path."/globals.php"); //require_once($mosConfig_absolute_path."/includes/joomla.php"); //require_once($mosConfig_absolute_path."/includes/frontend.php"); //include_once($mosConfig_absolute_path."/language/".$mosConfig_lang.".php"); //require_once($path."../../ceiba/comun.php"); require_once($path."../admin/data.php"); require_once($path."../admin/funciones/fechas.php"); } ?>