forked from GNUsocial/gnu-social
Merge branch '0.9.x' into 1.0.x
This commit is contained in:
@@ -342,7 +342,8 @@ function common_set_cookie($key, $value, $expiration=0)
|
||||
$value,
|
||||
$expiration,
|
||||
$cookiepath,
|
||||
$server);
|
||||
$server,
|
||||
common_config('site', 'ssl')=='always');
|
||||
}
|
||||
|
||||
define('REMEMBERME', 'rememberme');
|
||||
|
Reference in New Issue
Block a user