[imp] ERROR: "Notice: Undefined index: imp"
Thiago Vinhas de Moraes
tvinhas at codin.rj.gov.br
Fri May 20 06:50:42 PDT 2005
How can I fix this error in the login screen??
Notice: Undefined index: imp in /www/webmail/config/hooks.php on line 6
@codin.rj.gov.br
I'm using a hook to add the login provided in the screen with
"@codin.rj.gov.br", this way people don't have to put their entire email,
that is needed by my email server.
Look the hooks:
<?php
if (!function_exists('_imp_hook_vinfo')) {
function _imp_hook_vinfo($type = 'username')
{
$codin = 'codin.rj.gov.br';
$userID = $_SESSION['imp']['user'];
return $userID . '@' . $codin;
}
}
What's wrong??
--
Thiago Vinhas de Moraes
CODIN - Cia. de Desenvolvimento Industrial do Estado RJ
Departamento de Informática
email: tvinhas at codin.rj.gov.br
Tel: (21) 2517-5411
"Somos aquilo que fazemos consistentemente. Assim, a excelência não é um ato,
mas sim um hábito."
More information about the imp
mailing list