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