Edit File by line
/home/zeestwma/ceyloniy.../wp-conte.../plugins/extendif.../vendor
File: autoload.php
<?php
[0] Fix | Delete
[1] Fix | Delete
// autoload.php @generated by Composer
[2] Fix | Delete
[3] Fix | Delete
if (PHP_VERSION_ID < 50600) {
[4] Fix | Delete
if (!headers_sent()) {
[5] Fix | Delete
header('HTTP/1.1 500 Internal Server Error');
[6] Fix | Delete
}
[7] Fix | Delete
$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;
[8] Fix | Delete
if (!ini_get('display_errors')) {
[9] Fix | Delete
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
[10] Fix | Delete
fwrite(STDERR, $err);
[11] Fix | Delete
} elseif (!headers_sent()) {
[12] Fix | Delete
echo $err;
[13] Fix | Delete
}
[14] Fix | Delete
}
[15] Fix | Delete
throw new RuntimeException($err);
[16] Fix | Delete
}
[17] Fix | Delete
[18] Fix | Delete
require_once __DIR__ . '/composer/autoload_real.php';
[19] Fix | Delete
[20] Fix | Delete
return ComposerAutoloaderInit1f6bf8b61a32414741826b24080c322d::getLoader();
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function