Sfoglia il codice sorgente

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 anni fa
parent
commit
2533c309f7
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      inc/config.php

+ 6
- 0
inc/config.php Vedi 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;

Loading…
Annulla
Salva