!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/apex_led/proyectos/toba_usuarios/php/perfiles/perfil_datos/   drwxrwxr-x
Free 14.17 GB of 61.93 GB (22.88%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ci_navegacion.php (3.08 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 
class ci_navegacion extends toba_ci
{
    protected 
$s__filtro;

    function 
ini__operacion()
    {
        if (! 
is_null(admin_instancia::get_proyecto_defecto())) {
            
$this->s__filtro = array('proyecto' => admin_instancia::get_proyecto_defecto());
        }
    }
        
    function 
conf__seleccion($pantalla)
    {
        if (!isset(
$this->s__filtro)) {
            
$pantalla->eliminar_evento('agregar');
        }
    }
    
    function 
conf__edicion($pantalla)
    {
        if ( ! 
$this->dep('datos')->esta_cargada() ) {
            
$pantalla->eliminar_evento('eliminar');
        }
        
//-- Si es una instalación de producción avisar que los cambios se aplicaran solo a esta instalacion y no al proyecto/personalizacion
        
admin_instancia::chequear_usar_perfiles_propios($this->s__filtro['proyecto'], $this->pantalla());        
    }
    
    
//-----------------------------------------------------------------------------------
    //---- Eventos ----------------------------------------------------------------------
    //-----------------------------------------------------------------------------------

    
function evt__agregar()
    {
        
$this->dep('editor')->set_proyecto($this->s__filtro['proyecto']);
        
$this->set_pantalla('edicion');
    }

    function 
evt__cancelar()
    {
        
$this->dep('datos')->resetear();
        
$this->set_pantalla('seleccion');
    }

    function 
evt__eliminar()
    {
        
$this->dep('datos')->eliminar_todo();
        
$this->dep('datos')->resetear();
        
$this->set_pantalla('seleccion');
        
//-- Si estamos en produccion guardamos un flag indicando que cambio la instancia        
        
admin_instancia::set_usar_perfiles_propios($this->s__filtro['proyecto']);        
    }

    function 
evt__guardar()
    {
        
$this->dep('datos')->get_persistidor()->set_usar_trim(false);
        
$this->dep('datos')->sincronizar();
        
$this->dep('datos')->resetear();
        
$this->set_pantalla('seleccion');
        
        
//-- Si estamos en produccion guardamos un flag indicando que cambio la instancia        
        
admin_instancia::set_usar_perfiles_propios($this->s__filtro['proyecto']);
    }


    
//-----------------------------------------------------------------------------------
    //---- DEPENDENCIAS -----------------------------------------------------------------
    //-----------------------------------------------------------------------------------

    //---- cuadro -----------------------------------------------------------------------

    
function evt__cuadro__seleccion($seleccion)
    {
        
$this->dep('editor')->set_proyecto($this->s__filtro['proyecto']);
        
$this->dep('datos')->cargar($seleccion);
        
$this->set_pantalla('edicion');
    }

    function 
conf__cuadro($componente)
    {
        if (isset(
$this->s__filtro)) {
            
$datos consultas_instancia::get_lista_perfil_datos($this->s__filtro['proyecto']);
            
$componente->set_datos($datos);
        }
    }


    
//---- filtro -----------------------------------------------------------------------

    
function evt__filtro__filtrar($datos)
    {
        
$this->s__filtro $datos;
    }
    
    function 
evt__filtro__cancelar()
    {
        unset(
$this->s__filtro);
    }
    
    function 
conf__filtro($componente)
    {
        if (isset(
$this->s__filtro)) {
            
$componente->set_datos($this->s__filtro);
        }        
    }
}

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.5866 ]--