mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 04:51:52 +00:00
Syntax styling
This commit is contained in:
parent
7095bf0864
commit
c9b3d84f4c
1 changed files with 10 additions and 8 deletions
|
@ -78,7 +78,8 @@
|
|||
function nt_auth_start_session()
|
||||
{
|
||||
global $NEL_SETUP_SESSION;
|
||||
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION)) {
|
||||
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -96,7 +97,8 @@
|
|||
function nt_auth_stop_session()
|
||||
{
|
||||
global $NEL_SETUP_SESSION;
|
||||
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION)) {
|
||||
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue