Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F582464
autoload.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
756 B
Referenced Files
None
Subscribers
None
autoload.php
View Options
<?php
// autoload.php @generated by Composer
if
(
PHP_VERSION_ID
<
50600
)
{
if
(!
headers_sent
())
{
header
(
'HTTP/1.1 500 Internal Server Error'
);
}
$err
=
'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '
.
PHP_VERSION
.
', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'
.
PHP_EOL
;
if
(!
ini_get
(
'display_errors'
))
{
if
(
PHP_SAPI
===
'cli'
||
PHP_SAPI
===
'phpdbg'
)
{
fwrite
(
STDERR
,
$err
);
}
elseif
(!
headers_sent
())
{
echo
$err
;
}
}
trigger_error
(
$err
,
E_USER_ERROR
);
}
require_once
__DIR__
.
'/composer/autoload_real.php'
;
return
ComposerAutoloaderInit_mediawiki_vendor
::
getLoader
();
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Apr 1, 19:22 (1 d, 14 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cb/11/2a165445b60fd90ee8d5e3c81319
Default Alt Text
autoload.php (756 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment