Add option for port forwarding in URL

This commit is contained in:
champsupertramp
2016-01-12 10:25:50 +08:00
parent 30af5aac35
commit 286063e9c0
2 changed files with 18 additions and 3 deletions
+10
View File
@@ -1876,6 +1876,16 @@ $this->sections[] = array(
),
),
array(
'id' => 'um_port_forwarding_url',
'type' => 'switch',
'title' => __( 'Allow Port forwarding in URL','ultimatemember' ),
'default' => 0,
'desc' => __('Turn on If you want to include port number in URLs','ultimatemember'),
'on' => __('On','ultimatemember'),
'off' => __('Off','ultimatemember'),
),
array(
'id' => 'advanced_denied_roles',
'type' => 'text',