Private GIT

Skip to content
Snippets Groups Projects
Commit c2da0d19 authored by Kevin Duret's avatar Kevin Duret
Browse files

#4779 add possibility to choose TCP protocol for proxy

parent d9bc1367
Branches
Tags
No related merge requests found
...@@ -148,7 +148,7 @@ $form->addGroup($options2, 'display_autologin_shortcut', _("Display Autologin sh ...@@ -148,7 +148,7 @@ $form->addGroup($options2, 'display_autologin_shortcut', _("Display Autologin sh
/* /*
* Proxy options * Proxy options
*/ */
$proxy_protocol = array("http" => _("HTTP"), "https" => _("HTTPS")); $proxy_protocol = array("tcp" => _("TCP"), "http" => _("HTTP"), "https" => _("HTTPS"));
$form->addElement('select', 'proxy_protocol', _("Proxy protocol"), $proxy_protocol); $form->addElement('select', 'proxy_protocol', _("Proxy protocol"), $proxy_protocol);
$form->addElement('text', 'proxy_url', _("Proxy URL"), $attrsText); $form->addElement('text', 'proxy_url', _("Proxy URL"), $attrsText);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment