mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
feat(log action): Show torrent delete
action
This commit is contained in:
parent
66c01a591f
commit
b4a2096ed0
2 changed files with 2 additions and 0 deletions
|
@ -2824,6 +2824,7 @@ $lang['LOG_ACTION']['LOG_TYPE'] = [
|
||||||
'mod_topic_change_tor_type' => 'Topic:<br /> <b>changed torrent type</b>',
|
'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_unregister' => 'Topic:<br /> <b>torrent unregistered</b>',
|
||||||
'mod_topic_tor_register' => 'Topic:<br /> <b>torrent registered</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_topic_renamed' => 'Topic:<br /> <b>renamed</b>',
|
||||||
'mod_post_delete' => 'Post:<br /> <b>deleted</b>',
|
'mod_post_delete' => 'Post:<br /> <b>deleted</b>',
|
||||||
'mod_post_pin' => 'Post:<br /> <b>pinned</b>',
|
'mod_post_pin' => 'Post:<br /> <b>pinned</b>',
|
||||||
|
|
|
@ -34,6 +34,7 @@ class LogAction
|
||||||
'mod_topic_change_tor_type' => 16,
|
'mod_topic_change_tor_type' => 16,
|
||||||
'mod_topic_tor_unregister' => 17,
|
'mod_topic_tor_unregister' => 17,
|
||||||
'mod_topic_tor_register' => 18,
|
'mod_topic_tor_register' => 18,
|
||||||
|
'mod_topic_tor_delete' => 19,
|
||||||
];
|
];
|
||||||
public $log_type_select = [];
|
public $log_type_select = [];
|
||||||
public $log_disabled = false;
|
public $log_disabled = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue