X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f613bf4ab8b4c818c9381d4e5e1af5fe5d0a6052..920b5bff2bf2fb1caa10715ed8d40175e4798019:/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'));