Fix security test

This commit is contained in:
Laurent Destailleur 2024-05-15 17:32:08 +02:00
parent 1647f7f199
commit fd16d2e796

View File

@ -55,7 +55,7 @@ $triggercode = GETPOST('triggercode');
// Security check
if (empty($user->admin)) {
access_forbidden();
accessforbidden();
}