From 8664ff2cb0e300b6790d19359114d5a22f32d2bb Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 18 Nov 2015 08:48:58 +0100 Subject: [PATCH] proxy: add missing store.log even though it's disabled ATM; closes #462 --- src/www/diag_logs_pills.inc | 1 + src/www/diag_logs_proxy.php | 2 +- src/www/diag_logs_settings.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/www/diag_logs_pills.inc b/src/www/diag_logs_pills.inc index fd18d0a5a..91eefea8c 100644 --- a/src/www/diag_logs_pills.inc +++ b/src/www/diag_logs_pills.inc @@ -39,6 +39,7 @@ if ($tab_group == 'vpn') { } else { $tab_array[] = array(gettext('Cache'), true, '/diag_logs_proxy.php?type=cache'); $tab_array[] = array(gettext('Access'), false, '/diag_logs_proxy.php?type=access'); + $tab_array[] = array(gettext('Store'), false, '/diag_logs_proxy.php?type=store'); } ?>