Skip to content

Commit

Permalink
Set default HTTP proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmpage committed Nov 23, 2011
1 parent 15940e0 commit 0bd8fbb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

date_default_timezone_set('UTC');

$config['proxy_name'] = 'wwwcache.gla.ac.uk';
$config['proxy_port'] = 8080;
// By default assume not behind HTTP proxy
$config['proxy_name'] = '';
$config['proxy_port'] = '';

//$config['proxy_name'] = '';
//$config['proxy_port'] = '';
// If you are behind a proxy uncomment these lines and add your proxy details
//$config['proxy_name'] = 'wwwcache.gla.ac.uk';
//$config['proxy_port'] = 8080;

//--------------------------------------------------------------------------------------------------
/**
Expand Down

0 comments on commit 0bd8fbb

Please sign in to comment.