commit 0d3f9912812804c4061be8123dbd729a888cd2a1 parent 6a6540597f3d289a13fdc0d839347447d6ce183f Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sat, 27 Apr 2024 22:28:56 +0200 Add configuration file Diffstat:
A | env.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; +?> +