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