aboutsummaryrefslogtreecommitdiff
path: root/view/schedule.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/schedule.php')
-rw-r--r--view/schedule.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/schedule.php b/view/schedule.php
index 776536b..4b2746d 100644
--- a/view/schedule.php
+++ b/view/schedule.php
@@ -4,5 +4,6 @@ echo $tpl->render(array(
'page' => 'schedule',
'title' => 'Schedule-Übersicht',
+ 'refresh' => 15*60,
'schedule' => new Schedule(),
));