Merge 4.5
Conflicts: js/expand-too-long.js
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user