Minor improvements (#959)

This commit is contained in:
Roman Kelesidis 2023-10-06 18:41:04 +07:00 committed by GitHub
commit ced2cc6fed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ if (!defined('IN_AJAX')) {
global $userdata, $lang;
if (!IS_SUPER_ADMIN) {
$this->ajax_die($lang['NOT_AUTHORISED']);
$this->ajax_die($lang['ONLY_FOR_SUPER_ADMIN']);
}
array_deep($this->request, 'trim');