
17/02/2016, 11:41
|
| | Fecha de Ingreso: febrero-2016
Mensajes: 2
Antigüedad: 9 años, 2 meses Puntos: 0 | |
session_is_registered ME DA ESTE ERROR
Fatal error: Call to undefined function session_is_registered() in /home/dut/public_html/socios.php on line 5
SE QUE ES POR LA VERSION DEL PHP
NECESITO CAMBIAR ESTO:
<?
// acceso.php - secure page
// session check
session_start();
if (!session_is_registered("SESSION"))
{
// if session check fails, invoke error handler
header("Location: acceso.php");
exit();
}
?> |