From 67b7a82b55048f05055e0949808d2b492a5f114c Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sat, 16 Dec 2023 22:52:41 +0100 Subject: [PATCH 1/3] production settings --- .gitignore | 1 + index.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 39d9a71ba..ec3c1783a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ sync.sh *.p12 *.swp +.htaccess diff --git a/index.php b/index.php index 7d8fe56dd..fafe2d90f 100644 --- a/index.php +++ b/index.php @@ -54,7 +54,7 @@ * NOTE: If you change these, also change the error_reporting() code below */ #define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development'); - define('ENVIRONMENT', 'development'); + define('ENVIRONMENT', 'production'); /* *--------------------------------------------------------------- From 7b5659fd20f15f44ef3d99a98934959256851a38 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 17 Dec 2023 23:08:58 +0100 Subject: [PATCH 2/3] matomo --- application/views/interface_assets/header.php | 4 ++++ application/views/visitor/layout/header.php | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/application/views/interface_assets/header.php b/application/views/interface_assets/header.php index ec848db91..972f17719 100644 --- a/application/views/interface_assets/header.php +++ b/application/views/interface_assets/header.php @@ -50,6 +50,10 @@ echo ''; } ?> + + '; } ?> diff --git a/application/views/visitor/layout/header.php b/application/views/visitor/layout/header.php index 718252a58..187780793 100644 --- a/application/views/visitor/layout/header.php +++ b/application/views/visitor/layout/header.php @@ -31,6 +31,14 @@ '; } ?> + + + '; + } ?> + <?php if(isset($page_title)) { echo $page_title; } ?> - Cloudlog From 69f4229b0f3cc1566493ad5437b48085ceaa8f58 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 2 Jan 2024 00:21:24 +0100 Subject: [PATCH 3/3] fixing lang bug --- application/views/distances/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/distances/index.php b/application/views/distances/index.php index ad1f7e9c8..b918252a5 100644 --- a/application/views/distances/index.php +++ b/application/views/distances/index.php @@ -12,7 +12,7 @@ var lang_statistics_distances_number_of_qsos = ''; var lang_gen_hamradio_distance = ''; var lang_statistics_distances_callsigns_worked = ''; - var lang_statistics_distances_qsos_with = ''; + var lang_statistics_distances_qsos_with = '';