File: includes/acp/acp_main.php
Unmodified
Added
Modified
Removed
Line 430 | Line 430 |
---|
// Version check $user->add_lang('install');
|
// Version check $user->add_lang('install');
|
if ($auth->acl_get('a_server') && version_compare(PHP_VERSION, '7.1.3', '<'))
| if ($auth->acl_get('a_server') && version_compare(PHP_VERSION, '7.2.0', '<'))
|
{ $template->assign_vars(array( 'S_PHP_VERSION_OLD' => true,
|
{ $template->assign_vars(array( 'S_PHP_VERSION_OLD' => true,
|
'L_PHP_VERSION_OLD' => sprintf($user->lang['PHP_VERSION_OLD'], PHP_VERSION, '7.1.3', '<a href="https://www.phpbb.com/support/docs/en/3.3/ug/quickstart/requirements">', '</a>'),
| 'L_PHP_VERSION_OLD' => sprintf($user->lang['PHP_VERSION_OLD'], PHP_VERSION, '7.2.0', '<a href="https://www.phpbb.com/support/docs/en/3.3/ug/quickstart/requirements">', '</a>'),
|
)); }
| )); }
|