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 1b3d45a9c0
commit 2533c309f7

View File

@ -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;