pub / goaccess_dashboard

Tiny tool for privacy-preserving web-analytics
git clone https://src.jayvii.de/pub/goaccess_dashboard.git
Home | Log | Files | Exports | Refs | Submodules | README | RSS

commit 0d3f9912812804c4061be8123dbd729a888cd2a1
parent 6a6540597f3d289a13fdc0d839347447d6ce183f
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 27 Apr 2024 22:28:56 +0200

Add configuration file

Diffstat:
Aenv.php | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/env.php b/env.php @@ -0,0 +1,9 @@ +<?php +// Please enter the day your started to use this tool. +// This will be used as start-year for the dashboard. +$start_year = date("Y"); +$start_month = 01; +start_day = 01; +$start_week = 01; +?> +