X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/98dfff814b103b57c450173804f92a255909a3ba..5629a1c360655d5a09dc965004946bf65e3725b9:/cf_custom_field_add.php diff --git a/cf_custom_field_add.php b/cf_custom_field_add.php index 8227d254..c0dc255f 100644 --- a/cf_custom_field_add.php +++ b/cf_custom_field_add.php @@ -45,6 +45,7 @@ if (count($fields) >= 1) { header('Location: access_denied.php'); exit(); } +// End of access checks. if ($request->isPost()) { $cl_field_name = trim($request->getParameter('name'));