Skip to content
Snippets Groups Projects
Commit 7e79e847 authored by jabertwo's avatar jabertwo
Browse files

privatebin restarict time to 1 week

parent 62a080ff
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ name = "warpzone PrivateBin" ...@@ -10,7 +10,7 @@ name = "warpzone PrivateBin"
; The full URL, with the domain name and directories that point to the ; The full URL, with the domain name and directories that point to the
; PrivateBin files, including an ending slash (/). This URL is essential to ; PrivateBin files, including an ending slash (/). This URL is essential to
; allow Opengraph images to be displayed on social networks. ; 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 ; enable or disable the discussion feature, defaults to true
discussion = false discussion = false
...@@ -145,10 +145,6 @@ default = "1week" ...@@ -145,10 +145,6 @@ default = "1week"
1hour = 3600 1hour = 3600
1day = 86400 1day = 86400
1week = 604800 1week = 604800
; Well this is not *exactly* one month, it's 30 days:
1month = 2592000
1year = 31536000
never = 0
[formatter_options] [formatter_options]
; Set available formatters, their order and their labels ; Set available formatters, their order and their labels
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment