diff options
author | MaZderMind | 2016-08-21 15:57:39 +0200 |
---|---|---|
committer | MaZderMind | 2016-08-21 15:58:01 +0200 |
commit | 913881497ed83503b461d0b554d62d330757f006 (patch) | |
tree | ce99d169961dc7b48cd8236de03155ed73af257c /view | |
parent | 61773c808c4f058ac41a78cfcce96456ccd80a4b (diff) |
refresh schedule-view regularly
Diffstat (limited to 'view')
-rw-r--r-- | view/schedule.php | 1 |
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(), )); |