Actions

Translations

Translations:ComfortUpdate/17/en

From LimeSurvey Manual

Revision as of 21:00, 19 March 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example: Connect to a proxy server 111.111.111.111 port 1234 without authentication and edit the following lines to look like:

  // This code is only for versions earlier than 2.05
  var $proxy_host_name="111.111.111.111";
  var $proxy_host_port=1234;