header fix

This commit is contained in:
Roman Hergenreder 2020-06-18 15:39:38 +02:00
parent 98296b888e
commit bf1de1fb06

@ -10,7 +10,7 @@ include_once 'core/datetime.php';
include_once 'core/constants.php';
if (!is_readable(getClassPath(Configuration::class))) {
header("Content-Type", "application/json");
header("Content-Type: application/json");
die(json_encode(array( "success" => false, "msg" => "Configuration directory is not readable, check permissions before proceeding." )));
}