From 16e3f339a80669404e2dee2a1c0b5a135fe79c2c Mon Sep 17 00:00:00 2001 From: i am da real crt yes Date: Tue, 13 Sep 2022 11:10:02 +0200 Subject: [PATCH] Somewhat finished other client generation --- app/gswave/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gswave/index.php b/app/gswave/index.php index a40e0d1..68dc079 100644 --- a/app/gswave/index.php +++ b/app/gswave/index.php @@ -220,7 +220,7 @@ echo "

LDAP QR Code

\n"; } if ($_SESSION["ldap"]["gs_other_client"]["numeric"] > 0){ - + echo "

Config for other clients:

" echo "

".$otherclient."

\n"; } }