From 3e3ade7c6874c4c5c00f6c499615add20c7c44c2 Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Fri, 21 Jun 2019 22:25:11 +0200 Subject: [PATCH] Masking QSO-Time on dashboard with **:** of not logged in To avoid third parties to get to much infos on QSOs. --- application/views/dashboard/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php index 40d9ff46..3ca63a9c 100644 --- a/application/views/dashboard/index.php +++ b/application/views/dashboard/index.php @@ -38,7 +38,11 @@ foreach ($last_five_qsos->result() as $row) { ?> '; ?> COL_TIME_ON); echo date('d/m/y', $timestamp); ?> + config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?> COL_TIME_ON); echo date('H:i', $timestamp); ?> + + **:** + COL_PRIMARY_KEY; ?>" href="javascript:;"> COL_CALL); ?>