1
1
Fork 0

ff account manager

This commit is contained in:
Friendika 2010-11-11 02:49:28 -08:00
commit 7be66b1d91
7 changed files with 44 additions and 6 deletions

View file

@ -31,9 +31,12 @@ $a->init_pagehead();
session_start();
if((x($_SESSION,'authenticated')) || (x($_POST,'auth-params')))
if((x($_SESSION,'authenticated')) || (x($_POST,'auth-params')) || ($a->module === 'login'))
require("auth.php");
if(! x($_SESSION,'authenticated'))
header('X-Account-Management-Status: none');
if(! x($_SESSION,'sysmsg'))
$_SESSION['sysmsg'] = '';