Browse Source

Add new fields for pdf_file_thumbail and autotagging / IP note generation of deleted posts to config.php for Deleting posts as mod does not work #104

pull/107/head
Benjamin Southall 7 years ago
parent
commit
7043eec8ad
  1. 6
      inc/config.php

6
inc/config.php

@ -1853,3 +1853,9 @@
// Enable posting in overboard
$config['overboard_post_form'] = false;
// Enable auto IP note generation of deleted posts
$config['autotagging'] = false;
// Enable PDF file thumbnail generation
$config['pdf_file_thumbnail'] = false;

Loading…
Cancel
Save