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