Reedy has uploaded a new change for review. https://gerrit.wikimedia.org/r/270948
Change subject: Remove wiki.phtml ...................................................................... Remove wiki.phtml Change-Id: Ic2d422e16e3db236cf26731eafcec18f29cbcfb0 --- M RELEASE-NOTES-1.27 D wiki.phtml 2 files changed, 1 insertion(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/48/270948/1 diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index 3a83b36..c725394 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -317,6 +317,7 @@ rather than consume everything until the end of the page. * New maintenance script resetUserEmail.php allows sysadmins to reset user emails in case a user forgot password/account was stolen. +* wiki.phtml entry point was removed. == Compatibility == diff --git a/wiki.phtml b/wiki.phtml deleted file mode 100644 index a197545..0000000 --- a/wiki.phtml +++ /dev/null @@ -1,3 +0,0 @@ -<?php -// Stub file for compatibility with older versions of MediaWiki -include_once './index.php'; -- To view, visit https://gerrit.wikimedia.org/r/270948 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic2d422e16e3db236cf26731eafcec18f29cbcfb0 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Reedy <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
