Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/09/2004, 06:51
Avatar de Phobos
Phobos
 
Fecha de Ingreso: abril-2001
Ubicación: sentado frente a un pc prestado
Mensajes: 375
Antigüedad: 23 años
Puntos: 2
En el archivo config.inc.php
buscas la siguiente linea
Código PHP:
$cfgServers[1]['auth_type']     = '';     // Authentication method (config, http or cookie based)? 
y la reemplazas por esta
Código PHP:
$cfgServers[1]['auth_type']     = 'config';     // Authentication method (config, http or cookie based)? 
suerte.