コード例 #1
0
ファイル: index.php プロジェクト: egrajeda/prestamos
<?php

include_once 'u_sesiones.php';
include_once 'u_asignador.php';
if (!@$_GET['mod']) {
    $_GET['mod'] = getModuloInicial();
}
asignar(@$_GET['mod'], @$_GET['act']);
コード例 #2
0
ファイル: u_sesiones.php プロジェクト: egrajeda/prestamos
function bloquearEntrada()
{
    header('Location: index.php?mod=' . getModuloInicial());
}