summaryrefslogtreecommitdiff
path: root/auth.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'auth.cgi')
-rwxr-xr-xauth.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth.cgi b/auth.cgi
index 07f5111..16127e3 100755
--- a/auth.cgi
+++ b/auth.cgi
@@ -7,6 +7,7 @@ local cgi = require 'cgi'
local html = require 'html'
local citrine = require 'citrine'
local forms = require 'forms'
+local json = require 'cjson'
local get, post = {}, {}