From c64a7bd26fefb53aee53667cf33e2c72b7d07311 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 31 Oct 2021 22:03:04 +0100 Subject: build: use php dotenv instead of js to inject style.js in dev mode --- legal-notice.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'legal-notice.php') diff --git a/legal-notice.php b/legal-notice.php index 67a1ade..1d8c350 100644 --- a/legal-notice.php +++ b/legal-notice.php @@ -14,6 +14,8 @@ $dap_current_env = dap_get_current_env(); '; + } else { + echo ''; } ?> -- cgit v1.2.3