*** empty log message ***

This commit is contained in:
duergner 2003-09-21 20:08:36 +00:00
parent 206d1a85ff
commit 87e46c6f16
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ function display_LoginPage($config_object,$profile)
<td width="45%" align="left">
<select name="username" size="1">
<?php
$admin = $config_object->get_Admins();
$admins = $config_object->get_Admins();
for($i = 0; $i < count($admins); $i++) {
$text = explode(",", $admins[$i]);
$text = explode("=", $text[0]);