cgiurl now needs to be set to get edit links

master
joey 2006-12-28 20:44:33 +00:00
parent 64a491979c
commit 85566ff3a3
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ sub linkify ($$$$) {
$renderedfiles{"$page.mdwn"}=[$page];
}
%config=IkiWiki::defaultconfig();
$config{cgiurl}="http://somehost/ikiwiki.cgi";
return IkiWiki::linkify($lpage, $page, $content);
}