|
|
@@ -1,4 +1,5 @@
|
|
|
-;<?php http_response_code(403); /*
|
|
|
+;<?php http_response_code(403);
|
|
|
+/*
|
|
|
; config file for PrivateBin
|
|
|
;
|
|
|
; An explanation of each setting can be find online at https://github.com/PrivateBin/PrivateBin/wiki/Configuration.
|
|
|
@@ -65,6 +66,10 @@ languageselection = false
|
|
|
; It works both when a new paste is created and when you view a paste.
|
|
|
; 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
|
|
|
+
|
|
|
; (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
|
|
|
; used to get the IP of a comment poster if the server salt is leaked and a
|
|
|
@@ -258,4 +263,5 @@ dir = PATH "data"
|
|
|
; (optional) the "signature" (access key) issued by YOURLS for the using account
|
|
|
; signature = ""
|
|
|
; (optional) the URL of the YOURLS API, called to shorten a PrivateBin URL
|
|
|
-; apiurl = "https://yourls.example.com/yourls-api.php"
|
|
|
+; apiurl = "https://yourls.example.com/yourls-api.php"
|
|
|
+*/
|