aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.in
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-03 00:23:04 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-03 00:23:04 -0500
commit80915c830a03cf67c6770ef5e62d5178824b101e (patch)
tree50abcbb875fb3c31cefb00e2092812138b6343b0 /ikiwiki.in
parent7a7794c72ef6dad934a97d394a104bbe06a70e88 (diff)
downloadikiwiki-80915c830a03cf67c6770ef5e62d5178824b101e.tar
ikiwiki-80915c830a03cf67c6770ef5e62d5178824b101e.tar.gz
* cgi hooks are now run before ikiwiki state is loaded.
* This allows locking the wiki before loading state, which avoids some tricky locking code when saving a web edit.
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-xikiwiki.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/ikiwiki.in b/ikiwiki.in
index 9d1f6b520..1ce7e1688 100755
--- a/ikiwiki.in
+++ b/ikiwiki.in
@@ -121,7 +121,6 @@ sub main () { #{{{
gen_wrapper();
}
elsif ($config{cgi}) {
- loadindex();
require IkiWiki::CGI;
cgi();
}