]> sipb.mit.edu Git - ikiwiki.git/blobdiff - ikiwiki.in
move untrusted committer test into the wrapper
[ikiwiki.git] / ikiwiki.in
index d601d2739e64bdba76cfd5a852d18a36876d12ec..f2407b8d0e0d02c6c01e9770eed0199ba9094669 100755 (executable)
@@ -123,11 +123,6 @@ sub getconfig () { #{{{
                        # optimisation for no-op post_commit 
                        exit 0;
                }
-               elsif ($config{test_receive}) {
-                       # quick success if the user is trusted
-                       require IkiWiki::Receive;
-                       exit 0 if IkiWiki::Receive::trusted();
-               }
 
                loadplugins();
                checkconfig();