mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7093 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d5cfa341f3
commit
9b3c2a664e
1 changed files with 197 additions and 192 deletions
|
@ -51,7 +51,9 @@ class acp_main
|
|||
|
||||
$action = request_var('action', '');
|
||||
|
||||
if ($action && !confirm_box(true))
|
||||
if ($action)
|
||||
{
|
||||
if (!confirm_box(true))
|
||||
{
|
||||
switch ($action)
|
||||
{
|
||||
|
@ -90,7 +92,8 @@ class acp_main
|
|||
)));
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
switch ($action)
|
||||
{
|
||||
case 'online':
|
||||
|
@ -252,6 +255,8 @@ class acp_main
|
|||
add_log('admin', 'LOG_RESYNC_POST_MARKING');
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Get forum statistics
|
||||
$total_posts = $config['num_posts'];
|
||||
|
|
Loading…
Add table
Reference in a new issue