Share REST call code and separate components via dependency injection

This commit is contained in:
Zankaria
2024-04-01 19:36:03 +02:00
committed by Zankaria
parent c3de90075e
commit 3016d69428
6 changed files with 392 additions and 103 deletions

View File

@@ -1232,6 +1232,8 @@
$config['error']['captcha'] = _('You seem to have mistyped the verification.');
$config['error']['flag_undefined'] = _('The flag %s is undefined, your PHP version is too old!');
$config['error']['flag_wrongtype'] = _('defined_flags_accumulate(): The flag %s is of the wrong type!');
$config['error']['remote_io_error'] = _('IO error while interacting with a remote service.');
$config['error']['local_io_error'] = _('IO error while interacting with a local resource or service.');
// Moderator errors