From 708e7e51dbb7d35344f14aed5448b49badb34305 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Fri, 28 Dec 2012 16:17:33 -0700 Subject: [PATCH] missed an explicit include --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');