Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F585001
WebInstallerReleaseNotes.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
471 B
Referenced Files
None
Subscribers
None
WebInstallerReleaseNotes.php
View Options
<?php
/**
* @license GPL-2.0-or-later
* @file
* @ingroup Installer
*/
namespace
MediaWiki\Installer
;
use
LogicException
;
class
WebInstallerReleaseNotes
extends
WebInstallerDocument
{
/**
* @return string
*/
protected
function
getFileName
()
{
if
(
!
preg_match
(
'/^(
\d
+)
\.
(
\d
+).*/i'
,
MW_VERSION
,
$result
)
)
{
throw
new
LogicException
(
'Constant MW_VERSION has an invalid value.'
);
}
return
'RELEASE-NOTES-'
.
$result
[
1
]
.
'.'
.
$result
[
2
];
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Apr 2, 13:52 (14 h, 38 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
09/db/925ff8a3127876c2571839861795
Default Alt Text
WebInstallerReleaseNotes.php (471 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment