mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
buy bitcoin guide
This commit is contained in:
@ -9,13 +9,13 @@ PORT = "3255"
|
|||||||
# Names/links to insert in the footer.
|
# Names/links to insert in the footer.
|
||||||
#
|
#
|
||||||
MENU = (
|
MENU = (
|
||||||
("Create paste", "/"),
|
|
||||||
("Github", "https://github.com/Tygs/0bin"),
|
("Github", "https://github.com/Tygs/0bin"),
|
||||||
("Faq", "/faq/"), # You probably want to keep this
|
("Faq", "/faq/"), # You probably want to keep this
|
||||||
# Any link with "mailto:" will be escaped to limit spam, but displayed
|
# Any link with "mailto:" will be escaped to limit spam, but displayed
|
||||||
# correctly to the user using JS.
|
# correctly to the user using JS.
|
||||||
("Contact", "mailto:your@email.com"),
|
("Contact", "mailto:your@email.com"),
|
||||||
("Zerobin Pastebin", "https://www.0bin.net/"), # Thanks the authors :)
|
("Zerobin Pastebin", "https://www.0bin.net/"), # Thanks the authors :)
|
||||||
|
("How to buy Bitcoin?", "/buy_bitcoin"), # Thanks the authors :)
|
||||||
)
|
)
|
||||||
|
|
||||||
# Size limit of the paste content in bytes. Be careful, allowing a size too big can
|
# Size limit of the paste content in bytes. Be careful, allowing a size too big can
|
||||||
|
Reference in New Issue
Block a user