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

This commit is contained in:
Benjamin Southall 2017-05-05 05:49:14 +09:00
parent 1e294a5cd7
commit 7043eec8ad

View file

@ -1853,3 +1853,9 @@
// Enable posting in overboard // Enable posting in overboard
$config['overboard_post_form'] = false; $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;