Merge pull request #568 from fermionic/20121228-set-explicit-include-paths

missed an explicit include
This commit is contained in:
fermionic 2012-12-28 15:18:22 -08:00
commit 14611753cc
1 changed files with 1 additions and 1 deletions

View File

@ -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');