feat(log action): Show torrent delete action

This commit is contained in:
Roman Kelesidis 2025-07-28 19:58:24 +03:00
commit b4a2096ed0
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4
2 changed files with 2 additions and 0 deletions

View file

@ -2824,6 +2824,7 @@ $lang['LOG_ACTION']['LOG_TYPE'] = [
'mod_topic_change_tor_type' => 'Topic:<br /> <b>changed torrent type</b>',
'mod_topic_tor_unregister' => 'Topic:<br /> <b>torrent unregistered</b>',
'mod_topic_tor_register' => 'Topic:<br /> <b>torrent registered</b>',
'mod_topic_tor_delete' => 'Topic:<br /> <b>torrent deleted</b>',
'mod_topic_renamed' => 'Topic:<br /> <b>renamed</b>',
'mod_post_delete' => 'Post:<br /> <b>deleted</b>',
'mod_post_pin' => 'Post:<br /> <b>pinned</b>',

View file

@ -34,6 +34,7 @@ class LogAction
'mod_topic_change_tor_type' => 16,
'mod_topic_tor_unregister' => 17,
'mod_topic_tor_register' => 18,
'mod_topic_tor_delete' => 19,
];
public $log_type_select = [];
public $log_disabled = false;