Refactor session flag handling and add VER_AUTHENTICATION.
This commit is contained in:
parent
4d01947092
commit
9e9596989d
3 changed files with 22 additions and 31 deletions
|
@ -58,6 +58,7 @@
|
|||
if($peer->isExternal())
|
||||
{
|
||||
$flags[] = SessionFlags::AUTHENTICATION_REQUIRED;
|
||||
$flags[] = SessionFlags::VER_AUTHENTICATION;
|
||||
}
|
||||
else if($peer->isEnabled())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue