mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#959)
This commit is contained in:
parent
44512e88b6
commit
ced2cc6fed
5 changed files with 5 additions and 5 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue