summaryrefslogtreecommitdiff
path: root/legal/notices/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'legal/notices/index.php')
-rw-r--r--legal/notices/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/legal/notices/index.php b/legal/notices/index.php
index 69588e9..21b3e43 100644
--- a/legal/notices/index.php
+++ b/legal/notices/index.php
@@ -9,7 +9,7 @@
$addresses = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/addresses.json"), true);
$Parsedown = new Parsedown();
- echo $Parsedown->text(str_replace("%ip-eq3%", $addresses["usa"], str_replace("%ip-eq2%", $addresses["germany"], str_replace("%ip-eq1%", $addresses["france"], file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/legal/notices.md")))));
+ echo $Parsedown->text(str_replace("%ip-eq3%", $addresses["uk"], str_replace("%ip-eq2%", $addresses["germany"], str_replace("%ip-eq1%", $addresses["france"], file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/legal/notices.md")))));
?>
</div>