Fix function name

This commit is contained in:
Sergiu Bivol 2021-06-05 00:49:36 +01:00
parent 185424b463
commit 126c91a362

View file

@ -360,7 +360,7 @@ if ($use_auth && isset($_SESSION[FM_SESSION_ID]['logged'])) {
$root_path = rtrim($root_path, '\\/');
$root_path = str_replace('\\', '/', $root_path);
if (!@is_dir($root_path)) {
echo "<h1>".lang('Root path')." \"{$root_path}\" ".lang('not found!')." </h1>";
echo "<h1>".lng('Root path')." \"{$root_path}\" ".lng('not found!')." </h1>";
exit;
}