Somewhat finished other client generation

This commit is contained in:
i am da real crt yes 2022-09-13 11:10:02 +02:00
parent a87ba8774f
commit 16e3f339a8
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
echo "<p>LDAP QR Code</p>\n"; echo "<p>LDAP QR Code</p>\n";
} }
if ($_SESSION["ldap"]["gs_other_client"]["numeric"] > 0){ if ($_SESSION["ldap"]["gs_other_client"]["numeric"] > 0){
echo "<h3> Config for other clients: </h3>"
echo "<p>".$otherclient."</p>\n"; echo "<p>".$otherclient."</p>\n";
} }
} }