Fix various paths (misc remove related)
This commit is contained in:
parent
b8708408c0
commit
428a1def46
3 changed files with 15 additions and 20 deletions
|
|
@ -16,7 +16,7 @@ if (!empty($_FILES["inputFile"]['tmp_name']))
|
|||
|
||||
if (!file_exists("$misc_dir/shared/cacert.crt"))
|
||||
{
|
||||
erreur("The root certificate file not found, please create this first");
|
||||
erreur("Root certificate not found, please create it first");
|
||||
return "admin/import_users";
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue