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