Fix on line 63

  $is_https_page        = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') || (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https'));

Let me know if you want a patch

Comments

wim leers’s picture

Title: Notice: Undefined index: » HTTPS check causes PHP notice
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.