DT
This commit is contained in:
parent
9eac1c4970
commit
8740bf8a75
@ -20,7 +20,7 @@ $ncdb = new db("nextcloud");
|
||||
$doldb->query("SELECT login FROM llx_adherent");
|
||||
while ($login = $doldb->result->fetch_object())
|
||||
{
|
||||
print_r ($login);
|
||||
echo ($login[login]);
|
||||
}
|
||||
$result->close();
|
||||
$doldb->result->close();
|
||||
?>
|
||||
|
Reference in New Issue
Block a user