summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-12-16 08:43:41 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-12-17 14:59:40 +0100
commit25889920cf216e46873da968afe4b2dae5fead64 (patch)
tree1c167ecd40a860cc1db93b1daa296af582ed7f58 /public/index.php
parent8a51e5d822ce4276e266fefa62c8973344609471 (diff)
prepare for shift types model, add db update
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
index 5c673f0a..54ea1090 100644
--- a/public/index.php
+++ b/public/index.php
@@ -15,6 +15,7 @@ require_once realpath(__DIR__ . '/../includes/model/NeededAngelTypes_model.php')
require_once realpath(__DIR__ . '/../includes/model/Room_model.php');
require_once realpath(__DIR__ . '/../includes/model/ShiftEntry_model.php');
require_once realpath(__DIR__ . '/../includes/model/Shifts_model.php');
+require_once realpath(__DIR__ . '/../includes/model/ShiftTypes_model.php');
require_once realpath(__DIR__ . '/../includes/model/UserAngelTypes_model.php');
require_once realpath(__DIR__ . '/../includes/model/UserGroups_model.php');
require_once realpath(__DIR__ . '/../includes/model/User_model.php');