[wiki] disable HTTP302Found plugin
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
96fa6eddc7
commit
db00f9020a
1 changed files with 5 additions and 1 deletions
|
@ -313,7 +313,11 @@ $wgNamespacesToBeSearchedDefault = array(
|
|||
);
|
||||
require_once "$IP/extensions/fedmsg-emit.php";
|
||||
# require_once "$IP/extensions/fedora-messaging-emit.php";
|
||||
require_once "$IP/extensions/HTTP302Found/HTTP302Found.php";
|
||||
|
||||
# Disabled June 2022 -- this HTTP302Found is unmaintained and we don't appear to need
|
||||
# it anymore.
|
||||
# require_once "$IP/extensions/HTTP302Found/HTTP302Found.php";
|
||||
|
||||
require_once "$IP/extensions/RSS/RSS.php";
|
||||
require_once "$IP/extensions/FedoraDocsRedirect/FedoraDocsRedirect.php";
|
||||
wfLoadExtension( 'ParserFunctions' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue