!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/auditoria/configuracion/   drwxrwxr-x
Free 13.81 GB of 61.93 GB (22.3%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ci_conf_log.php (1.78 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class ci_conf_log extends toba_ci
{
    protected 
$s__seleccionado
    protected 
$s__datos;
    
    
//-----------------------------------------------------------------------------------
    //---- Eventos ----------------------------------------------------------------------
    //-----------------------------------------------------------------------------------

    
function evt__procesar()
    {
        
$this->dep('datos')->sincronizar();
        
$this->finalizar();
    }

    function 
evt__cancelar()
    {
        
$this->finalizar();
    }
    
    function 
finalizar()
    {
        
$this->dep('datos')->resetear();
        unset(
$this->s__seleccionado);
        
$this->set_pantalla('pant_inicial');
    }

    
//-----------------------------------------------------------------------------------
    //---- form -------------------------------------------------------------------------
    //-----------------------------------------------------------------------------------

    
function conf__form($form)
    {
        if (
$this->dep('datos')->esta_cargada()) {
            
$form->set_datos($this->dep('datos')->get());
        }
    }

    function 
evt__form__modificacion($datos)
    {
        
$this->dep('datos')->set($datos);
    }

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

    
function conf__cuadro(toba_ei_cuadro $cuadro)
    {
        
$cuadro->set_datos(consultas_instancia::get_lista_proyectos());
    }

    function 
evt__cuadro__seleccion($seleccion)
    {
        
$this->s__seleccionado $seleccion['proyecto']; 
        
$this->dep('datos')->cargar($seleccion);
        
$this->set_pantalla('pant_edicion');
    }
    
    function 
get_conf_proyecto($proyecto)
    {
        
$datos consultas_instancia::get_datos_proyecto($proyecto);
        return 
$datos;
    }
}
?>

:: 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.9653 ]--