Browse Source

Congrats, you broke the mod page on non-secured servers @jdh8

pull/40/head
Fredrick Brennan 10 years ago
parent
commit
4f070d16e5
  1. 2
      inc/mod/pages.php

2
inc/mod/pages.php

@ -150,7 +150,7 @@ function mod_dashboard() {
$latest = false;
}
setcookie('update', serialize($latest), time() + $config['check_updates_time'], $config['cookies']['jail'] ? $config['cookies']['path'] : '/', null, $_SERVER['HTTPS'], true);
setcookie('update', serialize($latest), time() + $config['check_updates_time'], $config['cookies']['jail'] ? $config['cookies']['path'] : '/', null, (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']), true);
}
if ($latest)

Loading…
Cancel
Save