Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 889 → Rev 890

/web/acc/manager/htdocs/group_new.php
179,6 → 179,9
case 'Expiration' :
echo "<td><select name=$oper_name><option $selected[$op_eq] value=\":=\">:=";
break;
case 'Max-All-Session' :
echo "<td><select name=$oper_name><option $selected[$op_eq] value=\":=\">:=";
break;
case 'Session-Timeout' :
echo "<td><select name=$oper_name><option $selected[$op_eq] value=\"=\">=";
break;
/web/intercept.php
194,6 → 194,7
$l_reply_3 = "Vous tentez de vous connecter en dehors de votre p&eacute;riode autoris&eacute;e";
$l_reply_4 = "Votre compte a expir&eacute";
$l_reply_5 = "Vous avez atteint le nombre maximum de connexions simultan&eacute;es";
$l_reply_6 = "Votre dur&eacute;e de connexion total autoris&eacute;e a &eacute;t&eacute; atteinte";
$l_online_time = "Temps de connexion";
$l_remaining_time = "Temps restant";
}
225,6 → 226,7
$l_reply_3 = "You try to connect outside of your allowed timespan";
$l_reply_4 = "your account expired";
$l_reply_5 = "You have reached the maximum number of simultaneous logins";
$l_reply_6 = "Your authorized connexion time has been reached";
$l_online_time = "Online time";
$l_remaining_time = "Remaining time";
}
279,6 → 281,7
case 'You are calling outside your allowed timespan' : $reply = $l_reply_3 ; break;
case 'Password Has Expired' : $reply = $l_reply_4 ; break;
case 'You are already logged in - access denied' : $reply = $l_reply_5 ; break;
case 'Your maximum never usage time has been reached' : $reply = $l_reply_6 ; break;
}}
 
# If attempt to login