started work on ldap qr code and cleaned up a bit

This commit is contained in:
i am da real crt yes 2022-09-06 16:03:07 +02:00
parent 6bb80551ea
commit ad2f6dfb54
1 changed files with 0 additions and 7 deletions

View File

@ -110,7 +110,6 @@
$xml .= "</Account>"; $xml .= "</Account>";
$xml .= "</AccountConfig>"; $xml .= "</AccountConfig>";
$ldapxml = "<?xml version='1.0' encoding='utf-8'?>"; $ldapxml = "<?xml version='1.0' encoding='utf-8'?>";
$ldapxml .= "<LdapConfig version='1'>"; $ldapxml .= "<LdapConfig version='1'>";
$ldapxml .= "<Server>".$_SESSION["ldap"]["qr_server"]["text"])."</Server>"; $ldapxml .= "<Server>".$_SESSION["ldap"]["qr_server"]["text"])."</Server>";
@ -125,12 +124,6 @@
$ldapxml .= "<NumPro>".$_SESSION["ldap"]["qr_num_attribute"]["text"]."</NumPro>"; $ldapxml .= "<NumPro>".$_SESSION["ldap"]["qr_num_attribute"]["text"]."</NumPro>";
$ldapxml .= "<DisplayName>".$_SESSION["ldap"]["qr_display_name"]["text"]."</DisplayName>"; $ldapxml .= "<DisplayName>".$_SESSION["ldap"]["qr_display_name"]["text"]."</DisplayName>";
$ldapxml .= "</LdapConfig>" $ldapxml .= "</LdapConfig>"
} }
//yea i will have to go and recycle this aswell to make it generate the ldap code aswell //yea i will have to go and recycle this aswell to make it generate the ldap code aswell