From 010985949045b6aa9ad05c688444c5fcba13fa3c Mon Sep 17 00:00:00 2001 From: i am da real crt yes Date: Tue, 13 Sep 2022 11:13:15 +0200 Subject: [PATCH] GS Wave App modified to my likings now uwu --- app/gswave/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/gswave/index.php b/app/gswave/index.php index 17a1889..0d21c10 100644 --- a/app/gswave/index.php +++ b/app/gswave/index.php @@ -213,9 +213,11 @@ //html image if (is_uuid($extension_uuid)) { + echo "

QR Code for GS Wave:

"; echo "\n"; echo "

Extension QR Code

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

LDAP QR Code for GS Wave:

"; echo "\n"; echo "

LDAP QR Code

\n"; }