Refactoring, moving plugin config options into config field.
[timetracker.git] / cf_custom_fields.php
index 53f80e4..6de626c 100644 (file)
@@ -39,6 +39,7 @@ if (!$user->isPluginEnabled('cf')) {
   header('Location: feature_disabled.php');
   exit();
 }
+// End of access checks.
 
 $form = new Form('customFieldsForm');