From 6ea8fd5bf32d83ac1af9e0a54fdce2524ec239c6 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 21 Aug 2024 14:00:59 +0200 Subject: [PATCH] config.php: add missing default configuration, remove db settings --- inc/config.php | 4 ++++ inc/secrets.php | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/inc/config.php b/inc/config.php index b4fc27d8..77c3ed57 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1187,6 +1187,10 @@ // Minify Javascript using http://code.google.com/p/minify/. $config['minify_js'] = false; + // Version number for main.js (or $config['url_javascript']). + // You can use this to bypass the user's browsers and CDN caches. + $config['resource_version'] = 0; + // Dispatch thumbnail loading and image configuration with JavaScript. It will need a certain javascript // code to work. $config['javascript_image_dispatch'] = false; diff --git a/inc/secrets.php b/inc/secrets.php index e7c4efc1..b3d9bbc7 100644 --- a/inc/secrets.php +++ b/inc/secrets.php @@ -1,7 +1 @@