EVOLUTION-MANAGER
Edit File: docs.viewer.php
<?php /** * Reporte de * * @author Balam Gonzalez Luis Humberto * @version 1.0 * @package seguimiento * @subpackage reports */ //===================================================================================================== include_once("../core/go.login.inc.php"); include_once("../core/core.error.inc.php"); include_once("../core/core.html.inc.php"); include_once("../core/core.init.inc.php"); include_once("../core/core.db.inc.php"); $theFile = __FILE__; $permiso = getSIPAKALPermissions($theFile); if($permiso === false){ header ("location:../404.php?i=999"); } $_SESSION["current_file"] = addslashes( $theFile ); //===================================================================================================== $xHP = new cHPage("TR.REPORTE DE ", HP_REPORT); $mql = new cSQLListas(); $xF = new cFecha(); $query = new MQL(); $forma = parametro("forma", SYS_TODAS); echo $xHP->init(); $xForm = new cFormato($forma); echo $xForm->get(); echo $xHP->fin(); ?>