1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 12:04:47 +01:00
This commit is contained in:
Daniil Gentili 2024-09-24 21:29:49 +02:00
parent c967dc9256
commit 1f270a0033

View File

@ -196,6 +196,9 @@ final class Main implements RequestHandler
}
$hr['FLOOD_WAIT_%d'] = 'Please wait %d seconds before repeating the action.';
if ($core) {
$hr['UPDATE_APP_TO_LOGIN'] = 'Please update your client to login.';
}
foreach ($hr as $err => $_) {
if (isset($errors[$err])) {