!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_editor/php/editores/editor_permisos/   drwxrwxr-x
Free 14.18 GB of 61.93 GB (22.89%)
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 (1.43 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class ci_navegacion extends toba_ci
{
    protected 
$seleccion;
    protected 
$filtro = array();
    
    function 
mantener_estado_sesion()
    {
        
$propiedades parent::mantener_estado_sesion();
        
$propiedades[] = 'seleccion';
        
$propiedades[] = 'filtro';
        return 
$propiedades;
    }
    
    
/**
     * @return toba_datos_relacion
     */
    
function get_relacion()
    {
        return 
$this->dependencia('datos');
    }    
    
    function 
conf__listado()
    {
        
$filtro = (isset($this->filtro)) ? $this->filtro : array();
        return 
toba_info_permisos::get_lista_permisos($filtro);
    }

    function 
evt__listado__seleccion($id)
    {
        
$this->seleccion $id;
        
$this->get_relacion()->cargar($this->seleccion);
        
$this->set_pantalla('edicion');
    }    
    

    function 
evt__filtro__filtrar($datos)
    {
        
$this->filtro $datos;
    }

    function 
conf__filtro()
    {
        if (isset(
$this->filtro)) {
            return 
$this->filtro;
        }
    }

    function 
evt__filtro__cancelar()
    {
        unset(
$this->filtro);    
    }
    
    function 
evt__agregar()
    {
        
$this->set_pantalla('edicion');        
    }
    
    function 
evt__cancelar()
    {
        
$this->get_relacion()->resetear();
        
parent::evt__cancelar();        
        
$this->set_pantalla('seleccion');
    }
    
    function 
evt__guardar()
    {
        
$this->get_relacion()->tabla('permiso')->set_columna_valor('proyecto'toba_editor::get_proyecto_cargado());
        
$this->get_relacion()->sincronizar();
        
$this->evt__cancelar();
    }
    
    function 
evt__eliminar()
    {
        
$this->get_relacion()->eliminar();
        
$this->set_pantalla('seleccion');
    }    

}

?>

:: 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: 1.0385 ]--