Remove debug option from protected config (allow it to be toggled through webui)

This commit is contained in:
2014-11-24 01:20:25 +00:00
parent f03801f48d
commit fdb7fe389f

View File

@@ -41,7 +41,6 @@ $conf['auth']['ldap']['mapping']['grps'] = array();
<%- @ldap_mapping_groups.each do |key, value| -%>
$conf['auth']['ldap']['mapping']['grps']['<%= key %>'] = '<%= value %>';
<%- end -%>
$conf['auth']['ldap']['debug'] = 1;
<%- end -%>
$conf['manager'] = '<%= @manager %>';