aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-08 02:27:23 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-08 02:27:23 -0600
commitff1f0272d539ce6d7b1710d6356ead31a0ef522d (patch)
tree3110e4a001574e0fa3f1e64ad693a510fd0ace07
parentd28f0f91d1b5f636b080ef52b81f65224d7cecd9 (diff)
also this
-rwxr-xr-xzzcxz.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/zzcxz.cgi b/zzcxz.cgi
index 43bf3a7..2fb1dcf 100755
--- a/zzcxz.cgi
+++ b/zzcxz.cgi
@@ -567,7 +567,7 @@ end
map["^/$"] = function()
if #history > 0 then
- return redirect('/g/'..hist[#hist])
+ return redirect('/g/'..history[#history])
else
return redirect '/g/zzcxz'
end