add new rule

This commit is contained in:
Frédéric FRANCE
2020-05-21 15:05:19 +02:00
parent b58060f899
commit b41ac00b98
961 changed files with 9487 additions and 19110 deletions

View File

@@ -142,8 +142,7 @@ if (!empty($_GET['code'])) // We are coming from oauth provider page
} catch (Exception $e) {
print $e->getMessage();
}
}
else // If entry on page with no parameter, we arrive here
} else // If entry on page with no parameter, we arrive here
{
$_SESSION["backtourlsavedbeforeoauthjump"] = $backtourl;
@@ -152,8 +151,7 @@ else // If entry on page with no parameter, we arrive here
if (GETPOST('state'))
{
$url = $apiService->getAuthorizationUri(array('state'=>GETPOST('state')));
}
else {
} else {
$url = $apiService->getAuthorizationUri(); // Parameter state will be randomly generated
}