Skip to content

Commit

Permalink
removes MagicNoCache from defaultVersions since it's version 1.27 nee…
Browse files Browse the repository at this point in the history
…ds the old "require_once" approach to fix #14
  • Loading branch information
WolfgangFahl committed Jun 25, 2021
1 parent 1709b32 commit a5ec801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mwdocker/mwcluster.py
Expand Up @@ -13,7 +13,7 @@ class MediaWikiCluster(object):
a cluster of mediawiki docker Applications
'''
defaultVersions=["1.27.7","1.31.14","1.35.2","1.36.0"]
defaultExtensionNameList=["Admin Links","Header Tabs","MagicNoCache","SyntaxHighlight","Variables"]
defaultExtensionNameList=["Admin Links","Header Tabs","SyntaxHighlight","Variables"]
defaultUser="Sysop"
defaultPassword="sysop-1234!"

Expand Down

0 comments on commit a5ec801

Please sign in to comment.