X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=dd19bb83360e57b18d8b465f2a4ce7ea528ffee1;hb=4ab7820663bf8780a9ea96eaf5268fa9b3549916;hp=f6b3809ccee0711b3b4f64e70ea0a46c7fcc2951;hpb=e68432403288e4f7fb9e84ac0a2ca3629fb17a9e;p=friendica.git diff --git a/index.php b/index.php index f6b3809cce..dd19bb8336 100644 --- a/index.php +++ b/index.php @@ -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');