Add a Dockerfile for frontend test container; adapt code to simplify synchronization or Docker linkage
This commit is contained in:
parent
6c69867bcc
commit
bca09af2e0
15 changed files with 329 additions and 218 deletions
|
@ -14,7 +14,7 @@ if (!empty($_FILES["inputFile"]['tmp_name']))
|
|||
return "admin/import_users";
|
||||
}
|
||||
|
||||
if (!file_exists("$misc_dir/pki/cacert.crt"))
|
||||
if (!file_exists("$misc_dir/shared/cacert.crt"))
|
||||
{
|
||||
erreur("The root certificate file not found, please create this first");
|
||||
return "admin/import_users";
|
||||
|
|
Reference in a new issue