From bc43519cf9fb68bb5bcbb697b0d7d765b0ac28ed Mon Sep 17 00:00:00 2001 From: peteyboy Date: Wed, 20 Apr 2022 06:23:07 +0000 Subject: [PATCH] Forgot to update file name from -x --- wordle-life.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordle-life.cgi b/wordle-life.cgi index af8f8c2..11df89c 100755 --- a/wordle-life.cgi +++ b/wordle-life.cgi @@ -18,7 +18,7 @@ use experimental 'smartmatch'; # MAKE SURE ORIGIN PAGE MATCHES FILENAME (especially if you are testing changes)! # #=== - my $ORIGIN_PAGE = "/wordle-life-x.cgi"; + my $ORIGIN_PAGE = "/wordle-life.cgi"; my $defaulttext = "Paste your wordle share here (replace this text)"; my $PATH_PARAM = "path_info"; my $WORDLE_INPUT_PARAM = "wordle-result";