forked from leftypol/leftypol
Merge 4.5
Conflicts: js/expand-too-long.js
This commit is contained in:
commit
c2cbbe7e22
4 changed files with 5 additions and 4 deletions
|
@ -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, false, true);
|
||||
setcookie('update', serialize($latest), time() + $config['check_updates_time'], $config['cookies']['jail'] ? $config['cookies']['path'] : '/', null, $_SERVER['HTTPS'], true);
|
||||
}
|
||||
|
||||
if ($latest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue