Minor improvements (#846)

This commit is contained in:
Roman Kelesidis 2023-07-27 01:05:02 +07:00 committed by GitHub
commit 803a3a52a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View file

@ -31,7 +31,7 @@ switch ($ajax->action) {
case 'mod_action':
case 'change_tor_status':
case 'change_torrent':
case 'gen_passkey':
case 'passkey':
require ATTACH_DIR . '/attachment_mod.php';
break;
}