GS Wave App modified to my likings now uwu
This commit is contained in:
parent
ca43353b90
commit
0109859490
|
@ -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…
Reference in New Issue