Syntax styling
This commit is contained in:
parent
a112fd71cd
commit
66eb734917
1 changed files with 10 additions and 8 deletions
|
@ -78,7 +78,8 @@
|
||||||
function nt_auth_start_session()
|
function nt_auth_start_session()
|
||||||
{
|
{
|
||||||
global $NEL_SETUP_SESSION;
|
global $NEL_SETUP_SESSION;
|
||||||
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION)) {
|
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION))
|
||||||
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -96,7 +97,8 @@
|
||||||
function nt_auth_stop_session()
|
function nt_auth_stop_session()
|
||||||
{
|
{
|
||||||
global $NEL_SETUP_SESSION;
|
global $NEL_SETUP_SESSION;
|
||||||
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION)) {
|
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION))
|
||||||
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue