diff --git a/tinyfilemanager.php b/tinyfilemanager.php index e49a83d..a92837a 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -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 "

".lang('Root path')." \"{$root_path}\" ".lang('not found!')."

"; + echo "

".lng('Root path')." \"{$root_path}\" ".lng('not found!')."

"; exit; }