
23/12/2004, 13:05
|
 | | | Fecha de Ingreso: mayo-2003 Ubicación: Don Torcuato, Buenos Aires, Argentina
Mensajes: 1.250
Antigüedad: 21 años, 9 meses Puntos: 2 | |
Prueba poniendole "" al 1:
if ($_SESSION['usuario_login'] == "1") {
header ("Location: portal/index_admon.php");
exit;
}
__________________ I Love Programming... |