X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin_options.php;h=9448ef788424a6a7aed26388f7755fb198ee9d64;hb=fb5b1697fdd701ada644b7e25f22a93a0893107c;hp=164ff33a118a8522f073834dea09a15d98aa3933;hpb=f613bf4ab8b4c818c9381d4e5e1af5fe5d0a6052;p=timetracker.git 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'));