X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=cf_custom_field_add.php;h=c0dc255f6c1b38711cf3a3514a93f10e39781258;hb=9b5a1834db24f25803fc0d461394e4a2bfcc44b7;hp=8227d254136a2af342946f435758b3b992fafa99;hpb=98dfff814b103b57c450173804f92a255909a3ba;p=timetracker.git 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'));