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 --- license.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'license.php') diff --git a/license.php b/license.php index 402c696..5470c63 100644 --- a/license.php +++ b/license.php @@ -14,6 +14,8 @@ $dap_current_env = dap_get_current_env(); '; + } else { + echo ''; } ?> -- cgit v1.2.3