Skip to content

Commit

Permalink
MGI-173: Tell people how to enable session user data
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiske committed Jul 23, 2021
1 parent dcd0ea0 commit 714c8a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@
$GLOBALS['cfg']['URL_BOOTSTRAP_JS'] = 'js/bootstrap.min.js';
$GLOBALS['cfg']['URL_MASONRY_JS'] = 'js/masonry.pkgd.min.js';
$GLOBALS['cfg']['URL_BUGTRACKER'] = 'https://bugs.nr/';

// If timalytics is running in a subdirectory of the timetracker installation,
// then enable the following line to restrict analatics access to the user
// (and the team members if the user is a project leader PL):
//require __DIR__ . '/src/timetrackersessionuser.php';
?>

0 comments on commit 714c8a6

Please sign in to comment.