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