friendica/include
Roland Häder 0b38f1c58b Fixes applied: (#5399)
- $_SESSION['remember_user'] did only exist here and no where else
- it seems to be accient old-lost code, so I fixed it to $a->user['nickname']
  instead
- used multi-line comment for multiple lines of on-line comments

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-07-19 07:11:03 -04:00
..
api.php Enforce systen.register_policy value type 2018-07-16 19:38:19 -04:00
conversation.php Fixes for some E_NOTICE and type-hints added (#5358) 2018-07-13 15:47:14 -04:00
dba.php Remove remaining references to Config::get in include/dba 2018-07-16 19:38:18 -04:00
enotify.php Replace direct accesses to App->config by Config::get/set calls 2018-07-16 19:38:16 -04:00
items.php Fixes for some E_NOTICE and type-hints added (#5358) 2018-07-13 15:47:14 -04:00
security.php Fixes applied: (#5399) 2018-07-19 07:11:03 -04:00
text.php Replace global $a with BaseObject::getApp() 2018-07-16 19:38:17 -04:00