Browse Source

Add $config['always_regenerate_markup'] (99.9% of Tinyboard users should ignore this)

pull/40/head
Michael Foster 11 years ago
parent
commit
abd013d6e4
  1. 5
      inc/config.php

5
inc/config.php

@ -472,6 +472,11 @@
// }
// );
// Always regenerate markup. This isn't recommended and should only be used for debugging; by default,
// Tinyboard only parses post markup when it needs to, and keeps post-markup HTML in the database. This
// will significantly impact performance when enabled.
$config['always_regenerate_markup'] = false;
/*
* ====================
* Image settings

Loading…
Cancel
Save