Fix various paths (misc remove related)

This commit is contained in:
nemunaire 2015-01-14 11:10:55 +01:00 committed by Nemunaire
commit 428a1def46
3 changed files with 15 additions and 20 deletions

View file

@ -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";
}