May I ask a question about dialup-admin:

This is some code line of group-new

if ($attr_type["$key"] == 'checkItem'){

$table = "$config[sql_groupcheck_table]";

$type = 1;

}

else if ($attr_type["$key"] == 'replyItem'){

$table = "$config[sql_groupreply_table]";

$type = 2;

}

When dies $attr_type[$key] is set value checkItem or replyItem ? in which file? I try to find, but couldn't see how the $table is set name == groupcheck or groupreply.

Anytime I add new group, it is always added in radgroupreply, not in radgroupcheck. why ?

 

Reply via email to