Skip to content

Commit

Permalink
Merge pull request #84 from PrFalKeN99/patch-3
Browse files Browse the repository at this point in the history
Update jeeGsh.php
  • Loading branch information
zoic21 authored Feb 26, 2024
2 parents c842a83 + 0e02393 commit e798438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/php/jeeGsh.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
$apikey = substr($apikey, 0, strpos($apikey, '-'));
}
if (!jeedom::apiAccess($apikey, 'gsh')) {
echo __('Vous n\'etes pas autorisé à effectuer cette action. Clef API invalide. Merci de corriger la clef API sur votre page profils du market et d\'attendre 24h avant de réessayer.', __FILE__);
echo __('Vous n\'etes pas autorisé à effectuer cette action. Clef API invalide. Merci de corriger la clef API sur votre page profil du market et d\'attendre 24h avant de réessayer.', __FILE__);
die();
} else {
echo __('Configuration OK', __FILE__);
Expand Down

0 comments on commit e798438

Please sign in to comment.