mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
b4b2b2c1f9
commit
710c758d43
@ -6,6 +6,7 @@
|
||||
- Release v2.1.5-2024.0X 🎉
|
||||
- Fixed broken user dl status
|
||||
- Fixed download counter for torrent files
|
||||
- Fixed admin_terms.php textarea reset in preview mode
|
||||
- Hide feed button if feed file doesn't exist
|
||||
- Some enhancements for topic_tpl
|
||||
- Don't update download counter if attachment not exists
|
||||
|
@ -18,7 +18,7 @@ if (isset($_POST['post']) && $bb_cfg['terms'] != $_POST['message'])
|
||||
$template->assign_vars(array(
|
||||
'S_ACTION' => 'admin_terms.php',
|
||||
'EXT_LINK_NW' => $bb_cfg['ext_link_new_win'],
|
||||
'MESSAGE' => ($bb_cfg['terms']) ? $bb_cfg['terms'] : '',
|
||||
'MESSAGE' => (isset($_REQUEST['preview'])) ? $_POST['message'] : (($bb_cfg['terms']) ? $bb_cfg['terms'] : ''),
|
||||
'PREVIEW_HTML' => (isset($_REQUEST['preview'])) ? bbcode2html($_POST['message']) : '',
|
||||
));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user