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

main
Benjamin Southall 7 years ago
committed by -
parent
commit
a6e2485afb
  1. 6
      inc/config.php

6
inc/config.php

@ -1938,3 +1938,9 @@
// Whether to append domain names to IP cloaks
$config['ipcrypt_dns'] = 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