diff options
Diffstat (limited to 'system/init.php')
-rw-r--r-- | system/init.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/init.php b/system/init.php index 193a05b..250ee16 100644 --- a/system/init.php +++ b/system/init.php @@ -14,5 +14,16 @@ $basedir = realpath(__FILE__ . '/../../'); $db = new PDO("sqlite:{$basedir}/system/atwork.db"); + + $day_types = array( + '--', + 'Töissä', + 'Etätöissä', + 'Sairaana', + 'Ylityövapaalla', + 'Koulutuksessa', + 'Vuosilomalla', + 'Isyys/äitiyslomalla' + ); ?> |