From 831ff2dcb2190269d69392f7bc88a0332c181ec8 Mon Sep 17 00:00:00 2001 From: "J. Patrick Avery, Jr" Date: Thu, 17 May 2018 08:35:58 -0600 Subject: [PATCH] fix token.cgi --- www/cgi-bin/token.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cgi-bin/token.cgi b/www/cgi-bin/token.cgi index 57e80dd..6e03abe 100755 --- a/www/cgi-bin/token.cgi +++ b/www/cgi-bin/token.cgi @@ -10,7 +10,7 @@ local token = cgi.fields['k'] or "" -- Check answer local needle = token -local haystack = koth.path("tokens.txt") +local haystack = koth.path("state/tokens.txt") local found, err = koth.anchored_search(haystack, needle) if (not found) then