X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a8a191541d6f05b08bd8331bdf409af5abfac896..e3cdaaf8e6b4e5433ec620396e562de1a5dcec10:/cf_custom_fields.php diff --git a/cf_custom_fields.php b/cf_custom_fields.php index 53f80e40..6de626cc 100644 --- a/cf_custom_fields.php +++ b/cf_custom_fields.php @@ -39,6 +39,7 @@ if (!$user->isPluginEnabled('cf')) { header('Location: feature_disabled.php'); exit(); } +// End of access checks. $form = new Form('customFieldsForm');