X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/711e9f664d747034090f834acce9f5bc86f99e99..e24a09c638a103745a9b7b7e557d3222de2d1275:/word.plp diff --git a/word.plp b/word.plp index 493bde9..a7acea5 100644 --- a/word.plp +++ b/word.plp @@ -1,5 +1,10 @@ <(common.inc.plp)><: +if ($Request and $Request =~ s{^edit/?}{}) { + Include 'writer.plp'; + exit; +} + my $lang = $get{lang} || 'en'; my $wordlist = "data/wordlist.$lang.inc.pl"; my $limit = $get{v} // (exists $get{v} ? 4 : 3);