X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f613bf4ab8b4c818c9381d4e5e1af5fe5d0a6052..b14cf15f563feabc7015e3af99ea8cb7a1903dc1:/admin_options.php diff --git a/admin_options.php b/admin_options.php index 164ff33a..9448ef78 100644 --- a/admin_options.php +++ b/admin_options.php @@ -36,6 +36,7 @@ if (!ttAccessAllowed('administer_site')) { header('Location: access_denied.php'); exit(); } +// End of access checks. if ($request->isPost()) { $cl_name = trim($request->getParameter('name'));