* Fix various links on the hyperestradier pages.

master
joey 2006-12-04 10:50:46 +00:00
parent 94cdfe202b
commit c0cf13dbb0
2 changed files with 7 additions and 1 deletions

View File

@ -74,7 +74,7 @@ sub change (@) { #{{{
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");

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
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