From 78763bfcde66ab0981058996e2f8e5a500a2b18e Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Mon, 31 Mar 2025 21:49:00 +0200 Subject: [PATCH] Change config --- privatebin/conf.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/privatebin/conf.php b/privatebin/conf.php index bf7ad5c..cab1577 100644 --- a/privatebin/conf.php +++ b/privatebin/conf.php @@ -45,7 +45,7 @@ sizelimit = 10485760 ; by default PrivateBin use "bootstrap" template (tpl/bootstrap.php). ; Optionally you can enable the template selection menu, which uses ; a session cookie to store the choice until the browser is closed. -templateselection = true +templateselection = false ; List of available for selection templates when "templateselection" option is enabled availabletemplates[] = "bootstrap" @@ -75,7 +75,7 @@ template = "bootstrap5" ; by default PrivateBin will guess the visitors language based on the browsers ; settings. Optionally you can enable the language selection menu, which uses ; a session cookie to store the choice until the browser is closed. -languageselection = true +languageselection = false ; set the language your installs defaults to, defaults to English ; if this is set and language selection is disabled, this will be the only language @@ -92,7 +92,7 @@ qrcode = true ; (optional) Let users send an email sharing the paste URL with one click. ; It works both when a new paste is created and when you view a paste. -; email = true +email = true ; (optional) IP based icons are a weak mechanism to detect if a comment was from ; a different user when the same username was used in a comment. It might get @@ -152,8 +152,8 @@ default = "1week" 1week = 604800 ; Well this is not *exactly* one month, it's 30 days: 1month = 2592000 -1year = 31536000 -never = 0 +; 1year = 31536000 +; never = 0 [formatter_options] ; Set available formatters, their order and their labels