/* Codex blindaje undefined array key: nombrelogueo puntual linea 1667 */ if (!isset($_SESSION) || !is_array($_SESSION)) { $_SESSION = array(); } if (!array_key_exists('nombrelogueo', $_SESSION)) { $_SESSION['nombrelogueo'] = ''; } /* Fin Codex blindaje undefined array key: nombrelogueo puntual linea 1667 */
/* Codex blindaje array offset null: original line 73 */ if (!isset($imagen_fondo) || !is_array($imagen_fondo)) { $imagen_fondo = array(); } /* Fin Codex blindaje array offset null: original line 73 */ /* Codex blindaje array offset null: original line 82 */ if (!isset($imagen_fondo) || !is_array($imagen_fondo)) { $imagen_fondo = array(); } /* Fin Codex blindaje array offset null: original line 82 */