File: includes/acp/acp_ban.php
Unmodified
Added
Modified
Removed
Line 28 | Line 28 |
---|
global $user, $template, $request, $phpbb_dispatcher; global $phpbb_root_path, $phpEx;
|
global $user, $template, $request, $phpbb_dispatcher; global $phpbb_root_path, $phpEx;
|
| if (!function_exists('user_ban')) {
|
include($phpbb_root_path . 'includes/functions_user.' . $phpEx);
|
include($phpbb_root_path . 'includes/functions_user.' . $phpEx);
|
| }
|
$bansubmit = $request->is_set_post('bansubmit'); $unbansubmit = $request->is_set_post('unbansubmit');
| $bansubmit = $request->is_set_post('bansubmit'); $unbansubmit = $request->is_set_post('unbansubmit');
|