1
1
Fork 0

auth manager update, increased verbosity on salmon logs

This commit is contained in:
Friendika 2010-11-11 14:53:39 -08:00
commit 4c5f3fbf79
3 changed files with 31 additions and 5 deletions

View file

@ -30,6 +30,7 @@ $a->init_pagehead();
session_start();
// header('Link: <' . $a->get_baseurl() . '/amcd>; rel="acct-mgmt";');
if((x($_SESSION,'authenticated')) || (x($_POST,'auth-params')) || ($a->module === 'login'))
require("auth.php");