mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Release preparation. Small bugfixes and readme translation.
This commit is contained in:
parent
0cc1a587c1
commit
1626614334
6 changed files with 37 additions and 40 deletions
|
@ -58,6 +58,9 @@ $size = get_var('size', '');
|
|||
$mode = get_var('mode', '');
|
||||
$e_mode = get_var('e_mode', '');
|
||||
|
||||
$error = false;
|
||||
$add_forum = isset($_POST['add_forum']) ? true : false;
|
||||
$delete_forum = isset($_POST['del_forum']) ? true : false;
|
||||
$submit = isset($_POST['submit']) ? true : false;
|
||||
|
||||
// Get Attachment Config
|
||||
|
@ -459,9 +462,6 @@ if ($mode == 'groups') {
|
|||
if ($e_mode == 'perm') {
|
||||
$group = get_var('e_group', 0);
|
||||
|
||||
$add_forum = isset($_POST['add_forum']) ? true : false;
|
||||
$delete_forum = isset($_POST['del_forum']) ? true : false;
|
||||
|
||||
if (isset($_POST['close_perm'])) {
|
||||
$e_mode = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue