// Manual list of addons which are enabled on this system.
'addon' => '',
+ // add_missing_posts (boolean)
+ // Checks for missing entries in "post", "post-thread" or "post-thread-user" and creates them
+ 'add_missing_posts' => false,
+
// allowed_themes (Comma-separated list)
// Themes users can change to in their settings.
- 'allowed_themes' => 'quattro,vier,duepuntozero,smoothly',
+ 'allowed_themes' => 'frio,quattro,vier,duepuntozero,smoothly',
// curl_timeout (Integer)
// Value is in seconds. Set to 0 for unlimited (not recommended).