mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 23:56:22 -07:00
Finish browser-based template editor, resolves issue #90
This commit is contained in:
parent
6fbfb731bd
commit
e968dc875a
9 changed files with 134 additions and 20 deletions
|
@ -7,7 +7,7 @@ local url = require("url")
|
|||
local check_key_url = "https://rest.akismet.com/1.1/verify-key"
|
||||
|
||||
local base_headers = {}
|
||||
base_headers["User-Agent"] = "gochan/3.8 | Akismet/0.1"
|
||||
base_headers["User-Agent"] = "gochan/3.9 | Akismet/0.1"
|
||||
base_headers["Content-Type"] = "application/x-www-form-urlencoded"
|
||||
|
||||
local key = "" -- read from akismet_key.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue