mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 14:44:29 +02:00
Get CHAP login working again. Plus a bit of tidying up.
This commit is contained in:
@@ -1467,8 +1467,8 @@ $text .= "
|
||||
|
||||
$text .= "
|
||||
<td>".PRFLAN_178."</td>
|
||||
<td>".$frm->selectbox('password_CHAP',$CHAP_list,$pref['password_CHAP'] )."
|
||||
".$frm->select_open('password_CHAP');
|
||||
<td>".$frm->selectbox('password_CHAP',$CHAP_list,$pref['password_CHAP'] );
|
||||
//." ".$frm->select_open('password_CHAP');
|
||||
|
||||
//TODO - user tracking session name - visible only if Cookie is enabled (JS)
|
||||
|
||||
|
Reference in New Issue
Block a user