1
1
Fork 0

"Remember Me" should work now but needs more fine tuning

This commit is contained in:
Michael Vogel 2016-04-25 07:10:40 +02:00
commit a214fc798a
2 changed files with 29 additions and 34 deletions

View file

@ -147,7 +147,7 @@ if((x($_GET,'zrl')) && (!$install && !$maintenance)) {
// header('Link: <' . $a->get_baseurl() . '/amcd>; rel="acct-mgmt";');
if((x($_SESSION,'authenticated')) || (x($_POST,'auth-params')) || ($a->module === 'login'))
if(x($_COOKIE["Friendica"]) || (x($_SESSION,'authenticated')) || (x($_POST,'auth-params')) || ($a->module === 'login'))
require("include/auth.php");
if(! x($_SESSION,'authenticated'))