aboutsummaryrefslogtreecommitdiffstats
path: root/mod/sslify.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/sslify.php')
-rw-r--r--mod/sslify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/sslify.php b/mod/sslify.php
index ed06d87c1..f37a8e23e 100644
--- a/mod/sslify.php
+++ b/mod/sslify.php
@@ -3,7 +3,7 @@
function sslify_init(&$a) {
$x = z_fetch_url($_REQUEST['url']);
if($x['success']) {
- $h = explode("\n",$x['headers']);
+ $h = explode("\n",$x['header']);
foreach ($h as $l) {
list($k,$v) = array_map("trim", explode(":", trim($l), 2));
$hdrs[$k] = $v;