summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index f58a2fc68..2c6b51337 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -496,6 +496,7 @@
}
if (defined('PROXY')) {
+ $context_options['http']['request_fulluri'] = true;
$context_options['http']['proxy'] = PROXY;
}