mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
[ticket/13400] Information text if the server load id high at search
PHPBB3-13400
This commit is contained in:
@@ -101,7 +101,7 @@ if (!$auth->acl_get('u_search') || !$auth->acl_getf_global('f_search') || !$conf
|
||||
if ($user->load && $config['limit_search_load'] && ($user->load > doubleval($config['limit_search_load'])))
|
||||
{
|
||||
$template->assign_var('S_NO_SEARCH', true);
|
||||
trigger_error('NO_SEARCH_TIME');
|
||||
trigger_error('NO_SEARCH_LOAD');
|
||||
}
|
||||
|
||||
// It is applicable if the configuration setting is non-zero, and the user cannot
|
||||
|
Reference in New Issue
Block a user