diff options
author | levinse <levinse> | 2011-01-18 02:19:36 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-18 02:19:36 +0000 |
commit | 5cae209e7a123e2fb4da3eb720b54a0b83368977 (patch) | |
tree | 0ec67bfa836ac8de61e58ae8dd0a81cb19661e66 /httemplate/config/config-view.cgi | |
parent | 13a5d5ea7770ef1868e1d9af95a27065008484b7 (diff) |
OpenSIPS provisioning improvements, RT10993
Diffstat (limited to 'httemplate/config/config-view.cgi')
-rw-r--r-- | httemplate/config/config-view.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 11e75707c..a939b19e0 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -349,7 +349,7 @@ my @config_items = grep { $page_agent ? $_->per_agent : 1 } my @deleteable = qw( invoice_latexreturnaddress invoice_htmlreturnaddress ); my %deleteable = map { $_ => 1 } @deleteable; -my @sections = qw(required billing invoicing notification UI self-service username password session shell BIND ); +my @sections = qw(required billing invoicing notification UI self-service username password session shell BIND opensips ); push @sections, '', 'deprecated'; my %section_items = (); |