docker stuff

This commit is contained in:
2021-04-07 19:43:22 +02:00
parent 0f10e59e38
commit 6292f72032
11 changed files with 2048 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ use Elements\Document;
if (!is_readable(getClassPath(Configuration::class))) {
header("Content-Type: application/json");
die(json_encode(array( "success" => false, "msg" => "Configuration directory is not readable, check permissions before proceeding." )));
die(json_encode(array( "success" => false, "msg" => "Configuration class is not readable, check permissions before proceeding." )));
}
$config = new Configuration();