From d8032078c39edb42acb99a1de49283daba199d74 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Thu, 7 Nov 2019 19:11:04 +0100 Subject: feat: don't include Sentry in front if undefined --- app/view/templates/layout.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app') diff --git a/app/view/templates/layout.php b/app/view/templates/layout.php index c249622..ef28748 100644 --- a/app/view/templates/layout.php +++ b/app/view/templates/layout.php @@ -17,6 +17,7 @@ if (!empty(Wcms\Config::interfacecss())) { echo ''; } + if (!empty(Wcms\Config::sentrydsn())) { ?> + -- cgit v1.2.3