sub cgi ($) { #{{{
my $cgi=shift;
- if (defined $cgi->param('phrase')) {
+ if (defined $cgi->param('phrase') || defined $cgi->param("navi")) {
# only works for GET requests
chdir("$config{wikistatedir}/hyperestraier") || error("chdir: $!");
exec("./".IkiWiki::basename($config{cgiurl})) || error("estseek.cgi failed");
+ikiwiki (1.36) UNRELEASED; urgency=low
+
+ * Fix various links on the hyperestradier pages.
+
+ -- Joey Hess <joeyh@debian.org> Mon, 4 Dec 2006 11:50:27 +0100
+
ikiwiki (1.35) unstable; urgency=low
* Fix daemonisation code to only do daemon setup things after forking the