Skip to content

Commit

Permalink
toolbar, return candidateID by email and skip license check.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjcheers committed Aug 1, 2017
1 parent 9202838 commit 012c867
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/toolbar/ToolbarUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ private function _authenticate()
die();
}

if (!ModuleUtility::moduleExists('asp'))
// ilii, nbi, todo, temp disable
/*if (!ModuleUtility::moduleExists('asp'))
{
if (!LicenseUtility::isProfessional())
{
Expand All @@ -121,7 +122,7 @@ private function _authenticate()
. 'more information.';
die();
}
}
}*/

return true;
}
Expand Down Expand Up @@ -181,7 +182,7 @@ private function checkEmailIsInSystem()
}
else
{
echo ':1';
echo ':candidateID=' . $candidateID;
}

flush();
Expand Down

0 comments on commit 012c867

Please sign in to comment.