mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 01:11:28 +02:00
Closes #5107 Prevent duplicate.
This commit is contained in:
@@ -95,6 +95,7 @@ class alt_auth_admin extends alt_auth_base
|
|||||||
{
|
{
|
||||||
$optList = explode(',', $options);
|
$optList = explode(',', $options);
|
||||||
$authList = array_merge($optList, self::alt_auth_get_authlist());
|
$authList = array_merge($optList, self::alt_auth_get_authlist());
|
||||||
|
$authList = array_unique($authList);
|
||||||
$ret = "<select class='tbox' name='{$name}'>\n";
|
$ret = "<select class='tbox' name='{$name}'>\n";
|
||||||
foreach ($authList as $v)
|
foreach ($authList as $v)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user