mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
01e450ed87
commit
3b9a7e6665
@ -6,7 +6,7 @@
|
||||
**Merged pull requests:**
|
||||
|
||||
- Release v2.1.5-2023.10 🎉
|
||||
- Minor improvements [\#297](https://github.com/torrentpier/torrentpier-lts/pull/297), [\#298](https://github.com/torrentpier/torrentpier-lts/pull/298), [\#300](https://github.com/torrentpier/torrentpier-lts/pull/300), [\#301](https://github.com/torrentpier/torrentpier-lts/pull/301), [\#302](https://github.com/torrentpier/torrentpier-lts/pull/302), [\#303](https://github.com/torrentpier/torrentpier-lts/pull/303), [\#304](https://github.com/torrentpier/torrentpier-lts/pull/304) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Minor improvements [\#297](https://github.com/torrentpier/torrentpier-lts/pull/297), [\#298](https://github.com/torrentpier/torrentpier-lts/pull/298), [\#300](https://github.com/torrentpier/torrentpier-lts/pull/300), [\#301](https://github.com/torrentpier/torrentpier-lts/pull/301), [\#302](https://github.com/torrentpier/torrentpier-lts/pull/302), [\#303](https://github.com/torrentpier/torrentpier-lts/pull/303), [\#304](https://github.com/torrentpier/torrentpier-lts/pull/304), [\#305](https://github.com/torrentpier/torrentpier-lts/pull/305) ([belomaxorka](https://github.com/belomaxorka))
|
||||
|
||||
## [v2.1.5-2023.09](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.09) (2023-10-04)
|
||||
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.08-HotFix...v2.1.5-2023.09)
|
||||
|
@ -15,7 +15,7 @@ if (isset($_REQUEST['submit']))
|
||||
{
|
||||
if (!$var =& $_REQUEST['f'] OR !$f_selected = get_id_ary($var))
|
||||
{
|
||||
bb_die('Forum not selected');
|
||||
bb_die($lang['SELECT_FORUM']);
|
||||
}
|
||||
if (!$var =& $_REQUEST['prunedays'] OR !$prunedays = abs(intval($var)))
|
||||
{
|
||||
@ -57,4 +57,4 @@ $template->assign_vars(array(
|
||||
'SEL_FORUM' => get_forum_select('admin', 'f[]', null, 65, 16, '', $all_forums),
|
||||
));
|
||||
|
||||
print_page('admin_forum_prune.tpl', 'admin');
|
||||
print_page('admin_forum_prune.tpl', 'admin');
|
||||
|
@ -49,7 +49,7 @@ if ($mode != '')
|
||||
}
|
||||
else
|
||||
{
|
||||
bb_die($lang['NO_WORD_SELECTED']);
|
||||
bb_die($lang['NO_WORD_SELECTED'] . '<br /><br />' . sprintf($lang['CLICK_RETURN_WORDADMIN'], '<a href="admin_words.php">', '</a>') . '<br /><br />' . sprintf($lang['CLICK_RETURN_ADMIN_INDEX'], '<a href="index.php?pane=right">', '</a>'));
|
||||
}
|
||||
}
|
||||
|
||||
@ -69,7 +69,7 @@ if ($mode != '')
|
||||
|
||||
if ($word == '' || $replacement == '')
|
||||
{
|
||||
bb_die($lang['MUST_ENTER_WORD']);
|
||||
bb_die($lang['MUST_ENTER_WORD'] . '<br /><br />' . sprintf($lang['CLICK_RETURN_WORDADMIN'], '<a href="admin_words.php">', '</a>') . '<br /><br />' . sprintf($lang['CLICK_RETURN_ADMIN_INDEX'], '<a href="index.php?pane=right">', '</a>'));
|
||||
}
|
||||
|
||||
if ($word_id)
|
||||
@ -115,7 +115,7 @@ if ($mode != '')
|
||||
}
|
||||
else
|
||||
{
|
||||
bb_die($lang['NO_WORD_SELECTED']);
|
||||
bb_die($lang['NO_WORD_SELECTED'] . '<br /><br />' . sprintf($lang['CLICK_RETURN_WORDADMIN'], '<a href="admin_words.php">', '</a>') . '<br /><br />' . sprintf($lang['CLICK_RETURN_ADMIN_INDEX'], '<a href="index.php?pane=right">', '</a>'));
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -154,4 +154,4 @@ else
|
||||
}
|
||||
}
|
||||
|
||||
print_page('admin_words.tpl', 'admin');
|
||||
print_page('admin_words.tpl', 'admin');
|
||||
|
Loading…
Reference in New Issue
Block a user