From e90d2f7172a76c64ed187093e125f5c2027423fc Mon Sep 17 00:00:00 2001 From: wangjianhua Date: Fri, 21 Oct 2022 12:19:37 +0800 Subject: [PATCH] - Remove not used file. --- frontend/module/system/config.php | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 frontend/module/system/config.php diff --git a/frontend/module/system/config.php b/frontend/module/system/config.php deleted file mode 100644 index 0ee818e2..00000000 --- a/frontend/module/system/config.php +++ /dev/null @@ -1,7 +0,0 @@ -system->installldap = new stdclass; -$config->system->installldap->requiredFields = "source,extra[host],extra[port],extra[bindDN],extra[bindPass],extra[baseDN]"; - -$config->system->editldap = new stdclass; -$config->system->editldap->requiredFields = "source,extra[host],extra[port],extra[bindDN],extra[bindPass],extra[baseDN]"; -