ff account manager
This commit is contained in:
parent
0abaa6724d
commit
7be66b1d91
7 changed files with 44 additions and 6 deletions
|
@ -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'] = '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue