X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=cf_custom_fields.php;h=6de626cc9cb6ee967f98d896bee1aa36b45fab13;hb=cabf2460445f26eded09e7d2c9c8cda97e8db593;hp=53f80e4009be12768c8ce7ce47e0ae67ec8cc6db;hpb=a8a191541d6f05b08bd8331bdf409af5abfac896;p=timetracker.git 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');