make the testEnvironment.pl script obey user level proxy settings
This commit is contained in:
parent
da0ae041a1
commit
bb214587bf
2 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
- fix: SQLForm - fixed a bug where regexes would sometimes be ignored (Martin
|
- fix: SQLForm - fixed a bug where regexes would sometimes be ignored (Martin
|
||||||
Kamerbeek / Oqapi)
|
Kamerbeek / Oqapi)
|
||||||
- fix: SQLForm - checkList/varchar (Martin Kamerbeek / Oqapi)
|
- fix: SQLForm - checkList/varchar (Martin Kamerbeek / Oqapi)
|
||||||
|
- fix: testEnvironment.pl
|
||||||
|
|
||||||
7.3.2
|
7.3.2
|
||||||
- fix: Calendar and Event now have printable templates and URL parameters.
|
- fix: Calendar and Event now have printable templates and URL parameters.
|
||||||
|
|
|
||||||
|
|
@ -239,6 +239,7 @@ sub getLatestWebguiVersion {
|
||||||
my $currentversionUserAgent = new LWP::UserAgent;
|
my $currentversionUserAgent = new LWP::UserAgent;
|
||||||
$currentversionUserAgent->agent("WebGUI-Check/2.1");
|
$currentversionUserAgent->agent("WebGUI-Check/2.1");
|
||||||
$currentversionUserAgent->timeout(30);
|
$currentversionUserAgent->timeout(30);
|
||||||
|
$currentversionUserAgent->env_proxy();
|
||||||
my $header = new HTTP::Headers;
|
my $header = new HTTP::Headers;
|
||||||
my $referer = "http://".`hostname`."/webgui-cli-version";
|
my $referer = "http://".`hostname`."/webgui-cli-version";
|
||||||
chomp $referer;
|
chomp $referer;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue