mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
missed an explicit include
This commit is contained in:
parent
e684324032
commit
708e7e51db
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ if((x($_GET,'zrl')) && (! $install)) {
|
|||
// header('Link: <' . $a->get_baseurl() . '/amcd>; rel="acct-mgmt";');
|
||||
|
||||
if((x($_SESSION,'authenticated')) || (x($_POST,'auth-params')) || ($a->module === 'login'))
|
||||
require("auth.php");
|
||||
require("include/auth.php");
|
||||
|
||||
if(! x($_SESSION,'authenticated'))
|
||||
header('X-Account-Management-Status: none');
|
||||
|
|
Loading…
Reference in a new issue