*** empty log message ***
This commit is contained in:
parent
206d1a85ff
commit
87e46c6f16
|
@ -126,7 +126,7 @@ function display_LoginPage($config_object,$profile)
|
||||||
<td width="45%" align="left">
|
<td width="45%" align="left">
|
||||||
<select name="username" size="1">
|
<select name="username" size="1">
|
||||||
<?php
|
<?php
|
||||||
$admin = $config_object->get_Admins();
|
$admins = $config_object->get_Admins();
|
||||||
for($i = 0; $i < count($admins); $i++) {
|
for($i = 0; $i < count($admins); $i++) {
|
||||||
$text = explode(",", $admins[$i]);
|
$text = explode(",", $admins[$i]);
|
||||||
$text = explode("=", $text[0]);
|
$text = explode("=", $text[0]);
|
||||||
|
|
Loading…
Reference in New Issue