From 12585f80aac73d6c5f2ee792f904affdb2cb6829 Mon Sep 17 00:00:00 2001 From: levinse Date: Tue, 18 Jan 2011 02:19:39 +0000 Subject: OpenSIPS provisioning improvements, RT10993 --- httemplate/config/config-view.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/config/config-view.cgi') 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 = (); -- cgit v1.2.1