Krinkle has uploaded a new change for review.
https://gerrit.wikimedia.org/r/53125
Change subject: Rename legacy 'live-1.5' to 'mw'.
......................................................................
Rename legacy 'live-1.5' to 'mw'.
Change-Id: I46328599c0f9216e0e5f51e48ce7566bfd1b5ae6
---
M README
M extract2.php
A live-1.5
D live-1.5/redirect.phtml
D live-1.5/wiki.phtml
M multiversion/checkoutMediaWiki
M multiversion/deleteMediaWiki
R mw/404.php
R mw/COPYING
R mw/CREDITS
R mw/MWVersion.php
R mw/api.php
R mw/extensions
R mw/extract2.php
R mw/favicon.php
R mw/health-check.php
R mw/img_auth.php
R mw/index.php
R mw/load.php
R mw/mobileRedirect.php
R mw/opensearch_desc.php
R mw/query.php
R mw/redirect.php
C mw/redirect.phtml
R mw/resources
R mw/robots.php
R mw/skins
R mw/skins-1.5
R mw/static-1.21wmf1/extensions
R mw/static-1.21wmf1/resources
R mw/static-1.21wmf1/skins
R mw/static-1.21wmf10/extensions
R mw/static-1.21wmf10/resources
R mw/static-1.21wmf10/skins
R mw/static-1.21wmf11/extensions
R mw/static-1.21wmf11/resources
R mw/static-1.21wmf11/skins
R mw/static-1.21wmf2/extensions
R mw/static-1.21wmf2/resources
R mw/static-1.21wmf2/skins
R mw/static-1.21wmf3/extensions
R mw/static-1.21wmf3/resources
R mw/static-1.21wmf3/skins
R mw/static-1.21wmf4/extensions
R mw/static-1.21wmf4/resources
R mw/static-1.21wmf4/skins
R mw/static-1.21wmf5/extensions
R mw/static-1.21wmf5/resources
R mw/static-1.21wmf5/skins
R mw/static-1.21wmf6/extensions
R mw/static-1.21wmf6/resources
R mw/static-1.21wmf6/skins
R mw/static-1.21wmf7/extensions
R mw/static-1.21wmf7/resources
R mw/static-1.21wmf7/skins
R mw/static-1.21wmf8/extensions
R mw/static-1.21wmf8/resources
R mw/static-1.21wmf8/skins
R mw/static-1.21wmf9/extensions
R mw/static-1.21wmf9/resources
R mw/static-1.21wmf9/skins
R mw/thumb.php
R mw/thumb_handler.php
C mw/wiki.phtml
64 files changed, 23 insertions(+), 48 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/25/53125/1
diff --git a/README b/README
index e4a9c9e..50fc4a1 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@
images/
Shared pictures for the unified login system.
-live-1.5/
+mw/
The "w/" directory in the docroot of any mediawiki-serving VirtualHost.
tests/
diff --git a/extract2.php b/extract2.php
index 6ad6e12..fba5242 100644
--- a/extract2.php
+++ b/extract2.php
@@ -11,7 +11,7 @@
#include_once("/apache/common/wmf-deployment/includes/WebStart.php");
-include "/apache/common/live-1.5/MWVersion.php";
+include "/apache/common/mw/MWVersion.php";
include getMediaWiki("includes/WebStart.php");
$allowed_portals = array(
@@ -58,4 +58,3 @@
header( 'Cache-Control: s-maxage=3600, must-revalidate, max-age=0' );
header( "Last-modified: $lastmod" );
echo $text;
-
diff --git a/live-1.5 b/live-1.5
new file mode 120000
index 0000000..53b451e
--- /dev/null
+++ b/live-1.5
@@ -0,0 +1 @@
+mw
\ No newline at end of file
diff --git a/live-1.5/redirect.phtml b/live-1.5/redirect.phtml
deleted file mode 100644
index 50d9671..0000000
--- a/live-1.5/redirect.phtml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-require_once( './MWVersion.php' );
-require getMediaWiki( 'redirect.php' );
-?>
diff --git a/live-1.5/wiki.phtml b/live-1.5/wiki.phtml
deleted file mode 100644
index 3ed1528..0000000
--- a/live-1.5/wiki.phtml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-require_once( './MWVersion.php' );
-require getMediaWiki( 'index.php' );
-?>
diff --git a/multiversion/checkoutMediaWiki b/multiversion/checkoutMediaWiki
index 9f6c4b2..398700c 100755
--- a/multiversion/checkoutMediaWiki
+++ b/multiversion/checkoutMediaWiki
@@ -101,41 +101,41 @@
$link = "../wmf-config/StartProfiler.php";
createSymlink( $path, $link, "Created StartProfiler.php symlink." );
- # Create bits.wikimedia.org symlinks...
+ # Create static- symlinks for bits.wikimedia.org...
$bitsStaticDir = "$commonHomeDir/docroot/bits/static-$dstVersionNum";
if ( !file_exists( $bitsStaticDir ) ) {
mkdir( $bitsStaticDir, 0775 );
}
$path = "$commonHomeDir/docroot/bits/static-$dstVersionNum/skins";
$link = "$commonLocalDir/php-$dstVersionNum/skins/";
- createSymlink( $path, $link, "Created static-$dstVersionNum/skins
symlink." );
+ createSymlink( $path, $link, "Created bits/static-$dstVersionNum/skins
symlink." );
$path = "$commonHomeDir/docroot/bits/static-$dstVersionNum/extensions";
$link = "$commonLocalDir/php-$dstVersionNum/extensions";
- createSymlink( $path, $link, "Created static-$dstVersionNum/extensions
symlink." );
+ createSymlink( $path, $link, "Created
bits/static-$dstVersionNum/extensions symlink." );
$path = "$commonHomeDir/docroot/bits/static-$dstVersionNum/resources";
$link = "$commonLocalDir/php-$dstVersionNum/resources";
- createSymlink( $path, $link, "Created static-$dstVersionNum/resources
symlink." );
+ createSymlink( $path, $link, "Created
bits/static-$dstVersionNum/resources symlink." );
- # Create static- symlinks in live-1.5...
- $liveStaticDir = "$commonHomeDir/live-1.5/static-$dstVersionNum";
+ # Create static- symlinks for DocumentRoot/w...
+ $liveStaticDir = "$commonHomeDir/mw/static-$dstVersionNum";
if ( !file_exists( $liveStaticDir ) ) {
mkdir( $liveStaticDir, 0775 );
}
- $path = "$commonHomeDir/live-1.5/static-$dstVersionNum/skins";
+ $path = "$commonHomeDir/mw/static-$dstVersionNum/skins";
$link = "$commonLocalDir/php-$dstVersionNum/skins";
- createSymlink( $path, $link, "Created
live-1.5/static-$dstVersionNum/skins symlink." );
+ createSymlink( $path, $link, "Created mw/static-$dstVersionNum/skins
symlink." );
- $path = "$commonHomeDir/live-1.5/static-$dstVersionNum/extensions";
+ $path = "$commonHomeDir/mw/static-$dstVersionNum/extensions";
$link = "$commonLocalDir/php-$dstVersionNum/extensions";
- createSymlink( $path, $link, "Created
live-1.5/static-$dstVersionNum/extensions symlink." );
+ createSymlink( $path, $link, "Created
mw/static-$dstVersionNum/extensions symlink." );
- $path = "$commonHomeDir/live-1.5/static-$dstVersionNum/resources";
+ $path = "$commonHomeDir/mw/static-$dstVersionNum/resources";
$link = "$commonLocalDir/php-$dstVersionNum/resources";
- createSymlink( $path, $link, "Created
live-1.5/static-$dstVersionNum/resources symlink." );
+ createSymlink( $path, $link, "Created
mw/static-$dstVersionNum/resources symlink." );
- # Create libs symlinks...
+ # Create lib directory...
$libDir = "$destIP/lib";
if ( !file_exists( $libDir ) ) {
mkdir( $libDir, 0775 );
diff --git a/multiversion/deleteMediaWiki b/multiversion/deleteMediaWiki
index a4d5d67..755f757 100755
--- a/multiversion/deleteMediaWiki
+++ b/multiversion/deleteMediaWiki
@@ -42,14 +42,13 @@
"$commonHomeDir/docroot/bits/static-$dstVersionNum/skins",
"$commonHomeDir/docroot/bits/static-$dstVersionNum/extensions",
"$commonHomeDir/docroot/bits/static-$dstVersionNum/resources",
- "$commonHomeDir/docroot/secure/skins-$dstVersionNum",
- "$commonHomeDir/live-1.5/static-$dstVersionNum/skins",
- "$commonHomeDir/live-1.5/static-$dstVersionNum/extensions",
- "$commonHomeDir/live-1.5/static-$dstVersionNum/resources",
+ "$commonHomeDir/mw/static-$dstVersionNum/skins",
+ "$commonHomeDir/mw/static-$dstVersionNum/extensions",
+ "$commonHomeDir/mw/static-$dstVersionNum/resources",
);
$directories = array(
"$commonHomeDir/docroot/bits/static-$dstVersionNum",
- "$commonHomeDir/live-1.5/static-$dstVersionNum",
+ "$commonHomeDir/mw/static-$dstVersionNum",
);
foreach ( $symlinks as $path ) {
deleteSymlink( $path );
diff --git a/live-1.5/404.php b/mw/404.php
similarity index 99%
rename from live-1.5/404.php
rename to mw/404.php
index 9bdc9db..5abf5c6 100644
--- a/live-1.5/404.php
+++ b/mw/404.php
@@ -159,4 +159,3 @@
END;
print ($base_404);
-?>
diff --git a/live-1.5/COPYING b/mw/COPYING
similarity index 100%
rename from live-1.5/COPYING
rename to mw/COPYING
diff --git a/live-1.5/CREDITS b/mw/CREDITS
similarity index 100%
rename from live-1.5/CREDITS
rename to mw/CREDITS
diff --git a/live-1.5/MWVersion.php b/mw/MWVersion.php
similarity index 100%
rename from live-1.5/MWVersion.php
rename to mw/MWVersion.php
diff --git a/live-1.5/api.php b/mw/api.php
similarity index 95%
rename from live-1.5/api.php
rename to mw/api.php
index 3b82622..a4ee46b 100644
--- a/live-1.5/api.php
+++ b/mw/api.php
@@ -1,4 +1,3 @@
<?php
require_once( './MWVersion.php' );
require getMediaWiki( 'api.php' );
-?>
diff --git a/live-1.5/extensions b/mw/extensions
similarity index 100%
rename from live-1.5/extensions
rename to mw/extensions
diff --git a/live-1.5/extract2.php b/mw/extract2.php
similarity index 100%
rename from live-1.5/extract2.php
rename to mw/extract2.php
diff --git a/live-1.5/favicon.php b/mw/favicon.php
similarity index 95%
rename from live-1.5/favicon.php
rename to mw/favicon.php
index af85095..35e7ecb 100644
--- a/live-1.5/favicon.php
+++ b/mw/favicon.php
@@ -1,7 +1,7 @@
<?php
define( "MEDIAWIKI", true );
-require( "/apache/common/live-1.5/MWVersion.php" );
+require( "/apache/common/mw/MWVersion.php" );
require( getMediaWiki( "includes/WebStart.php" ) );
function faviconShowError( $html ) {
@@ -48,4 +48,3 @@
}
streamFavicon();
-
diff --git a/live-1.5/health-check.php b/mw/health-check.php
similarity index 99%
rename from live-1.5/health-check.php
rename to mw/health-check.php
index cc0cbbd..bcc9de3 100644
--- a/live-1.5/health-check.php
+++ b/mw/health-check.php
@@ -41,5 +41,3 @@
}
echo "Request weight: $weight\n";
-
-?>
diff --git a/live-1.5/img_auth.php b/mw/img_auth.php
similarity index 95%
rename from live-1.5/img_auth.php
rename to mw/img_auth.php
index 645715f..f5ea1d2 100644
--- a/live-1.5/img_auth.php
+++ b/mw/img_auth.php
@@ -1,4 +1,3 @@
<?php
require_once( './MWVersion.php' );
require getMediaWiki( 'img_auth.php' );
-?>
diff --git a/live-1.5/index.php b/mw/index.php
similarity index 95%
rename from live-1.5/index.php
rename to mw/index.php
index 3ed1528..1a229a1 100644
--- a/live-1.5/index.php
+++ b/mw/index.php
@@ -1,4 +1,3 @@
<?php
require_once( './MWVersion.php' );
require getMediaWiki( 'index.php' );
-?>
diff --git a/live-1.5/load.php b/mw/load.php
similarity index 95%
rename from live-1.5/load.php
rename to mw/load.php
index 9fad748..dc14470 100644
--- a/live-1.5/load.php
+++ b/mw/load.php
@@ -1,4 +1,3 @@
<?php
require_once( './MWVersion.php' );
require getMediaWiki( 'load.php' );
-?>
diff --git a/live-1.5/mobileRedirect.php b/mw/mobileRedirect.php
similarity index 99%
rename from live-1.5/mobileRedirect.php
rename to mw/mobileRedirect.php
index f25a275..a5693c8 100644
--- a/live-1.5/mobileRedirect.php
+++ b/mw/mobileRedirect.php
@@ -16,4 +16,3 @@
}
header( 'Location: ' . $redir_to );
-
diff --git a/live-1.5/opensearch_desc.php b/mw/opensearch_desc.php
similarity index 96%
rename from live-1.5/opensearch_desc.php
rename to mw/opensearch_desc.php
index 66c70ce..ad708b6 100644
--- a/live-1.5/opensearch_desc.php
+++ b/mw/opensearch_desc.php
@@ -1,4 +1,3 @@
<?php
require_once( './MWVersion.php' );
require getMediaWiki( 'opensearch_desc.php' );
-?>
diff --git a/live-1.5/query.php b/mw/query.php
similarity index 99%
rename from live-1.5/query.php
rename to mw/query.php
index e4bfce3..723c3e8 100644
--- a/live-1.5/query.php
+++ b/mw/query.php
@@ -24,4 +24,4 @@
" -->";
?>
</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/live-1.5/redirect.php b/mw/redirect.php
similarity index 95%
rename from live-1.5/redirect.php
rename to mw/redirect.php
index 50d9671..02ba5f9 100644
--- a/live-1.5/redirect.php
+++ b/mw/redirect.php
@@ -1,4 +1,3 @@
<?php
require_once( './MWVersion.php' );
require getMediaWiki( 'redirect.php' );
-?>
diff --git a/live-1.5/redirect.php b/mw/redirect.phtml
similarity index 95%
copy from live-1.5/redirect.php
copy to mw/redirect.phtml
index 50d9671..02ba5f9 100644
--- a/live-1.5/redirect.php
+++ b/mw/redirect.phtml
@@ -1,4 +1,3 @@
<?php
require_once( './MWVersion.php' );
require getMediaWiki( 'redirect.php' );
-?>
diff --git a/live-1.5/resources b/mw/resources
similarity index 100%
rename from live-1.5/resources
rename to mw/resources
diff --git a/live-1.5/robots.php b/mw/robots.php
similarity index 95%
rename from live-1.5/robots.php
rename to mw/robots.php
index 4a7fbb2..94f7ab0 100644
--- a/live-1.5/robots.php
+++ b/mw/robots.php
@@ -1,7 +1,7 @@
<?php
define( "MEDIAWIKI", true );
-include "/apache/common/live-1.5/MWVersion.php";
+include "/apache/common/mw/MWVersion.php";
include getMediaWiki( "includes/WebStart.php" );
$wgTitle = Title::newFromText( 'Mediawiki:robots.txt' );
@@ -34,4 +34,3 @@
fpassthru( $robots );
echo
"#\n#\n#----------------------------------------------------------#\n#\n#\n#\n"
. $text;
-?>
diff --git a/live-1.5/skins b/mw/skins
similarity index 100%
rename from live-1.5/skins
rename to mw/skins
diff --git a/live-1.5/skins-1.5 b/mw/skins-1.5
similarity index 100%
rename from live-1.5/skins-1.5
rename to mw/skins-1.5
diff --git a/live-1.5/static-1.21wmf1/extensions b/mw/static-1.21wmf1/extensions
similarity index 100%
rename from live-1.5/static-1.21wmf1/extensions
rename to mw/static-1.21wmf1/extensions
diff --git a/live-1.5/static-1.21wmf1/resources b/mw/static-1.21wmf1/resources
similarity index 100%
rename from live-1.5/static-1.21wmf1/resources
rename to mw/static-1.21wmf1/resources
diff --git a/live-1.5/static-1.21wmf1/skins b/mw/static-1.21wmf1/skins
similarity index 100%
rename from live-1.5/static-1.21wmf1/skins
rename to mw/static-1.21wmf1/skins
diff --git a/live-1.5/static-1.21wmf10/extensions
b/mw/static-1.21wmf10/extensions
similarity index 100%
rename from live-1.5/static-1.21wmf10/extensions
rename to mw/static-1.21wmf10/extensions
diff --git a/live-1.5/static-1.21wmf10/resources b/mw/static-1.21wmf10/resources
similarity index 100%
rename from live-1.5/static-1.21wmf10/resources
rename to mw/static-1.21wmf10/resources
diff --git a/live-1.5/static-1.21wmf10/skins b/mw/static-1.21wmf10/skins
similarity index 100%
rename from live-1.5/static-1.21wmf10/skins
rename to mw/static-1.21wmf10/skins
diff --git a/live-1.5/static-1.21wmf11/extensions
b/mw/static-1.21wmf11/extensions
similarity index 100%
rename from live-1.5/static-1.21wmf11/extensions
rename to mw/static-1.21wmf11/extensions
diff --git a/live-1.5/static-1.21wmf11/resources b/mw/static-1.21wmf11/resources
similarity index 100%
rename from live-1.5/static-1.21wmf11/resources
rename to mw/static-1.21wmf11/resources
diff --git a/live-1.5/static-1.21wmf11/skins b/mw/static-1.21wmf11/skins
similarity index 100%
rename from live-1.5/static-1.21wmf11/skins
rename to mw/static-1.21wmf11/skins
diff --git a/live-1.5/static-1.21wmf2/extensions b/mw/static-1.21wmf2/extensions
similarity index 100%
rename from live-1.5/static-1.21wmf2/extensions
rename to mw/static-1.21wmf2/extensions
diff --git a/live-1.5/static-1.21wmf2/resources b/mw/static-1.21wmf2/resources
similarity index 100%
rename from live-1.5/static-1.21wmf2/resources
rename to mw/static-1.21wmf2/resources
diff --git a/live-1.5/static-1.21wmf2/skins b/mw/static-1.21wmf2/skins
similarity index 100%
rename from live-1.5/static-1.21wmf2/skins
rename to mw/static-1.21wmf2/skins
diff --git a/live-1.5/static-1.21wmf3/extensions b/mw/static-1.21wmf3/extensions
similarity index 100%
rename from live-1.5/static-1.21wmf3/extensions
rename to mw/static-1.21wmf3/extensions
diff --git a/live-1.5/static-1.21wmf3/resources b/mw/static-1.21wmf3/resources
similarity index 100%
rename from live-1.5/static-1.21wmf3/resources
rename to mw/static-1.21wmf3/resources
diff --git a/live-1.5/static-1.21wmf3/skins b/mw/static-1.21wmf3/skins
similarity index 100%
rename from live-1.5/static-1.21wmf3/skins
rename to mw/static-1.21wmf3/skins
diff --git a/live-1.5/static-1.21wmf4/extensions b/mw/static-1.21wmf4/extensions
similarity index 100%
rename from live-1.5/static-1.21wmf4/extensions
rename to mw/static-1.21wmf4/extensions
diff --git a/live-1.5/static-1.21wmf4/resources b/mw/static-1.21wmf4/resources
similarity index 100%
rename from live-1.5/static-1.21wmf4/resources
rename to mw/static-1.21wmf4/resources
diff --git a/live-1.5/static-1.21wmf4/skins b/mw/static-1.21wmf4/skins
similarity index 100%
rename from live-1.5/static-1.21wmf4/skins
rename to mw/static-1.21wmf4/skins
diff --git a/live-1.5/static-1.21wmf5/extensions b/mw/static-1.21wmf5/extensions
similarity index 100%
rename from live-1.5/static-1.21wmf5/extensions
rename to mw/static-1.21wmf5/extensions
diff --git a/live-1.5/static-1.21wmf5/resources b/mw/static-1.21wmf5/resources
similarity index 100%
rename from live-1.5/static-1.21wmf5/resources
rename to mw/static-1.21wmf5/resources
diff --git a/live-1.5/static-1.21wmf5/skins b/mw/static-1.21wmf5/skins
similarity index 100%
rename from live-1.5/static-1.21wmf5/skins
rename to mw/static-1.21wmf5/skins
diff --git a/live-1.5/static-1.21wmf6/extensions b/mw/static-1.21wmf6/extensions
similarity index 100%
rename from live-1.5/static-1.21wmf6/extensions
rename to mw/static-1.21wmf6/extensions
diff --git a/live-1.5/static-1.21wmf6/resources b/mw/static-1.21wmf6/resources
similarity index 100%
rename from live-1.5/static-1.21wmf6/resources
rename to mw/static-1.21wmf6/resources
diff --git a/live-1.5/static-1.21wmf6/skins b/mw/static-1.21wmf6/skins
similarity index 100%
rename from live-1.5/static-1.21wmf6/skins
rename to mw/static-1.21wmf6/skins
diff --git a/live-1.5/static-1.21wmf7/extensions b/mw/static-1.21wmf7/extensions
similarity index 100%
rename from live-1.5/static-1.21wmf7/extensions
rename to mw/static-1.21wmf7/extensions
diff --git a/live-1.5/static-1.21wmf7/resources b/mw/static-1.21wmf7/resources
similarity index 100%
rename from live-1.5/static-1.21wmf7/resources
rename to mw/static-1.21wmf7/resources
diff --git a/live-1.5/static-1.21wmf7/skins b/mw/static-1.21wmf7/skins
similarity index 100%
rename from live-1.5/static-1.21wmf7/skins
rename to mw/static-1.21wmf7/skins
diff --git a/live-1.5/static-1.21wmf8/extensions b/mw/static-1.21wmf8/extensions
similarity index 100%
rename from live-1.5/static-1.21wmf8/extensions
rename to mw/static-1.21wmf8/extensions
diff --git a/live-1.5/static-1.21wmf8/resources b/mw/static-1.21wmf8/resources
similarity index 100%
rename from live-1.5/static-1.21wmf8/resources
rename to mw/static-1.21wmf8/resources
diff --git a/live-1.5/static-1.21wmf8/skins b/mw/static-1.21wmf8/skins
similarity index 100%
rename from live-1.5/static-1.21wmf8/skins
rename to mw/static-1.21wmf8/skins
diff --git a/live-1.5/static-1.21wmf9/extensions b/mw/static-1.21wmf9/extensions
similarity index 100%
rename from live-1.5/static-1.21wmf9/extensions
rename to mw/static-1.21wmf9/extensions
diff --git a/live-1.5/static-1.21wmf9/resources b/mw/static-1.21wmf9/resources
similarity index 100%
rename from live-1.5/static-1.21wmf9/resources
rename to mw/static-1.21wmf9/resources
diff --git a/live-1.5/static-1.21wmf9/skins b/mw/static-1.21wmf9/skins
similarity index 100%
rename from live-1.5/static-1.21wmf9/skins
rename to mw/static-1.21wmf9/skins
diff --git a/live-1.5/thumb.php b/mw/thumb.php
similarity index 95%
rename from live-1.5/thumb.php
rename to mw/thumb.php
index 52b6ee1..cbcc73e 100644
--- a/live-1.5/thumb.php
+++ b/mw/thumb.php
@@ -1,4 +1,3 @@
<?php
require_once( './MWVersion.php' );
require getMediaWiki( 'thumb.php' );
-?>
diff --git a/live-1.5/thumb_handler.php b/mw/thumb_handler.php
similarity index 96%
rename from live-1.5/thumb_handler.php
rename to mw/thumb_handler.php
index e1c9198..d6acf6f 100644
--- a/live-1.5/thumb_handler.php
+++ b/mw/thumb_handler.php
@@ -1,4 +1,3 @@
<?php
require_once( './MWVersion.php' );
require getMediaWiki( 'thumb_handler.php' );
-?>
diff --git a/live-1.5/index.php b/mw/wiki.phtml
similarity index 95%
copy from live-1.5/index.php
copy to mw/wiki.phtml
index 3ed1528..1a229a1 100644
--- a/live-1.5/index.php
+++ b/mw/wiki.phtml
@@ -1,4 +1,3 @@
<?php
require_once( './MWVersion.php' );
require getMediaWiki( 'index.php' );
-?>
--
To view, visit https://gerrit.wikimedia.org/r/53125
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I46328599c0f9216e0e5f51e48ce7566bfd1b5ae6
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits