Browse Source

GS Wave App modified to my likings now uwu

master
i am da real crt yes 2 years ago
parent
commit
0109859490
  1. 2
      app/gswave/index.php

2
app/gswave/index.php

@ -213,9 +213,11 @@
//html image
if (is_uuid($extension_uuid)) {
echo "<h3> QR Code for GS Wave: </h3>";
echo "<img src=\"data:image/jpeg;base64,".base64_encode($image)."\" style='margin-top: 30px; padding: 5px; background: white; max-width: 100%;'>\n";
echo "<p>Extension QR Code</p>\n";
if ($_SESSION["ldap"]["qr_enable"]["numeric"] > 0){
echo "<h3>LDAP QR Code for GS Wave: </h3>";
echo "<img src=\"data:image/jpeg;base64,".base64_encode($ldapimage)."\" style='margin-top: 30px; padding: 5px; background: white; max-width: 100%;'>\n";
echo "<p>LDAP QR Code</p>\n";
}

Loading…
Cancel
Save