X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/10e7c8186a42d71d6494711b562b92f3e5fd5b7b..de79fff47f10297d7df2edf34aa6420de71cde5b:/admin_groups.php diff --git a/admin_groups.php b/admin_groups.php index bccbb058..fa5f51b2 100644 --- a/admin_groups.php +++ b/admin_groups.php @@ -29,11 +29,12 @@ require_once('initialize.php'); import('ttGroupHelper'); -// Access check. +// Access checks. if (!ttAccessAllowed('administer_site')) { header('Location: access_denied.php'); exit(); } +// End of access checks. $smarty->assign('teams', ttGroupHelper::getTopGroups()); $smarty->assign('title', $i18n->get('title.groups'));