mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Some cleanup...😣 (#1488)
* Some cleanup...😣
* Update main.php
* Update CHANGELOG.md
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update config.php
* Update Common.php
* Updated
* Update filelist.php
* Update filelist.php
* Update viewtopic_attach.tpl
* Updated
This commit is contained in:
parent
ce6923b160
commit
237e7ec6ef
13 changed files with 65 additions and 71 deletions
|
@ -119,11 +119,15 @@ if ($t_data['allow_porno_topic'] && bf($userdata['user_opt'], 'user_opt', 'user_
|
|||
|
||||
if ($userdata['session_admin'] && !empty($_REQUEST['mod'])) {
|
||||
if (IS_ADMIN) {
|
||||
$datastore->enqueue(['viewtopic_forum_select']);
|
||||
$datastore->enqueue([
|
||||
'viewtopic_forum_select'
|
||||
]);
|
||||
}
|
||||
}
|
||||
if ($topic_attachment) {
|
||||
$datastore->enqueue(['attach_extensions']);
|
||||
$datastore->enqueue([
|
||||
'attach_extensions'
|
||||
]);
|
||||
}
|
||||
|
||||
set_die_append_msg($forum_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue