import
[web.mtrack] / web / timeline.php
1 <?php # vim:ts=2:sw=2:et:
2 /* For licensing and copyright terms, see the file named LICENSE */
3
4 include '../inc/common.php';
5
6 MTrackACL::requireAllRights('Timeline', 'read');
7 mtrack_head("Timeline");
8
9 mtrack_render_timeline();
10
11 mtrack_foot();
12