From: Zach Prezkuta Date: Fri, 28 Dec 2012 23:17:33 +0000 (-0700) Subject: missed an explicit include X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=708e7e51dbb7d35344f14aed5448b49badb34305;p=friendica.git missed an explicit include --- 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');