From 7e79e84702ce693640b7f8f1fdee2748e3b7477b Mon Sep 17 00:00:00 2001 From: jabertwo <git@jabertwo.de> Date: Thu, 27 Mar 2025 00:03:42 +0100 Subject: [PATCH] privatebin restarict time to 1 week --- webserver/docker_privatebin/templates/conf.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/webserver/docker_privatebin/templates/conf.php b/webserver/docker_privatebin/templates/conf.php index f6879de2..4a5b0d50 100644 --- a/webserver/docker_privatebin/templates/conf.php +++ b/webserver/docker_privatebin/templates/conf.php @@ -10,7 +10,7 @@ name = "warpzone PrivateBin" ; The full URL, with the domain name and directories that point to the ; PrivateBin files, including an ending slash (/). This URL is essential to ; allow Opengraph images to be displayed on social networks. -basepath = "https://privatebin.webdiscount.net/" +basepath = "https://privatebin.warpzone.ms/" ; enable or disable the discussion feature, defaults to true discussion = false @@ -145,10 +145,6 @@ default = "1week" 1hour = 3600 1day = 86400 1week = 604800 -; Well this is not *exactly* one month, it's 30 days: -1month = 2592000 -1year = 31536000 -never = 0 [formatter_options] ; Set available formatters, their order and their labels -- GitLab