mirror of
https://github.com/danog/telerpc.git
synced 2024-11-30 04:38:57 +01:00
Bump
This commit is contained in:
parent
c967dc9256
commit
1f270a0033
@ -196,6 +196,9 @@ final class Main implements RequestHandler
|
|||||||
}
|
}
|
||||||
|
|
||||||
$hr['FLOOD_WAIT_%d'] = 'Please wait %d seconds before repeating the action.';
|
$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 => $_) {
|
foreach ($hr as $err => $_) {
|
||||||
if (isset($errors[$err])) {
|
if (isset($errors[$err])) {
|
||||||
|
Loading…
Reference in New Issue
Block a user