mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Minor speed enhancement
This commit is contained in:
parent
2447362c9a
commit
be2a500d70
|
|
@ -574,7 +574,7 @@ if ($user->admin && empty($conf->global->MAIN_REMOVE_INSTALL_WARNING))
|
|||
$message='';
|
||||
|
||||
// Install lock missing
|
||||
if (is_dir(DOL_DOCUMENT_ROOT."/install") && ! file_exists('../install.lock'))
|
||||
if (! file_exists('../install.lock') && is_dir(DOL_DOCUMENT_ROOT."/install"))
|
||||
{
|
||||
$langs->load("other");
|
||||
//if (! empty($message)) $message.='<br>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user