Message d'erreur spécifique au compte rsipdll
This commit is contained in:
parent
04c9730b5f
commit
0649383586
@ -13,8 +13,8 @@ if ($_REQUEST['checkIp']=='only'){
|
||||
|
||||
}elseif ($_SESSION['connected']==TRUE && $_REQUEST['action']!='logout' && $_REQUEST['action']!='logon' ) {
|
||||
// On vérifie la validité de la session
|
||||
$firephp->log($tabInfo,'tabInfo');
|
||||
$tabInfo=$_SESSION['tabInfo'];
|
||||
$firephp->log($tabInfo,'tabInfo');
|
||||
|
||||
if ($tabInfo['date_last_action']+$timeout<time()) {
|
||||
$message="Vous avez été déconnecté de l'extranet suite à un délai d'inactivité trop long (1)";
|
||||
@ -135,12 +135,14 @@ if($_REQUEST['action']=='logon' || $_SESSION['connected']==FALSE)
|
||||
|
||||
} elseif ($O['error']['errnum']<>0) {
|
||||
$message='Erreur '. $O['error']['errnum'] .' : '. $O['error']['errmsg'];
|
||||
if($O['error']['errnum']=='10301' && $login=='rsipdll'){
|
||||
$message.= '<br/>Pour tout problème technique, contactez le service support par téléphone au 01.48.00.04.52 ou par mail à <a href="mailto:support@scores-decisions.com">support@scores-decisions.com</a>';
|
||||
}
|
||||
include('./pages/logout.php');
|
||||
logAction($tabInfo['login'], $page, $_REQUEST['siret'], $tabInfo['ip'], $tabInfo['host'], $tabInfo['resolution'], $tabInfo['nbcolors'], $tabInfo['user_agent'],$tabInfo['referer1'], gmdate('Y/m/d H:i:s',$tabInfo['date_login']+3600), gmdate('Y/m/d H:i:s',$tabInfo['date_last_action']+3600), implode(', ',$_REQUEST));
|
||||
print_r($tabInfoUser);
|
||||
die();
|
||||
}
|
||||
else {
|
||||
}else {
|
||||
$message="Erreur 10302 : Identifiant de connexion et/ou mot de passe incorrect !";
|
||||
include('./pages/logout.php');
|
||||
logAction($tabInfo['login'], $page, $_REQUEST['siret'], $tabInfo['ip'], $tabInfo['host'], $tabInfo['resolution'], $tabInfo['nbcolors'], $tabInfo['user_agent'],$tabInfo['referer1'], gmdate('Y/m/d H:i:s',$tabInfo['date_login']+3600), gmdate('Y/m/d H:i:s',$tabInfo['date_last_action']+3600), implode(', ',$_REQUEST));
|
||||
@ -153,6 +155,9 @@ if($_REQUEST['action']=='logon' || $_SESSION['connected']==FALSE)
|
||||
processSoapFault($client,$fault,$tabInfo);
|
||||
}
|
||||
$message="Erreur 10301 : Identifiant de connexion et/ou mot de passe incorrect !";
|
||||
if($login=='rsipdll'){
|
||||
$message.= '<br/>Pour tout problème technique, contactez le service support par téléphone au 01.48.00.04.52 ou par mail à <a href="mailto:support@scores-decisions.com">support@scores-decisions.com</a>';
|
||||
}
|
||||
include('./pages/logout.php');
|
||||
die();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user