summaryrefslogtreecommitdiff
path: root/docker/gen_config.php
diff options
context:
space:
mode:
Diffstat (limited to 'docker/gen_config.php')
-rw-r--r--docker/gen_config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/gen_config.php b/docker/gen_config.php
index a68f87c..b7e036e 100644
--- a/docker/gen_config.php
+++ b/docker/gen_config.php
@@ -28,7 +28,7 @@ function type_to_string($n) {
return "\"$n\"";
}
if ($type === "array") {
- return json_encode($n);
+ return json_encode($n, JSON_UNESCAPED_SLASHES);
}
return $n;
}