PluginProbe
PayPlug for WooCommerce (Official) / 2.9.0
PayPlug for WooCommerce (Official) v2.9.0
3.0.0 2.18.0 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.10.0 1.10.1 1.2.1 1.2.10 1.2.11 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 All 101 releases
← All changes | vendor/autoload.php +19 -1 1.2.52.9.0 View file →
@@ -1,7 +1,25 @@
1 1 <?php
2 2
3 3 // autoload.php @generated by Composer
4 4
5 +if (PHP_VERSION_ID < 50600) {
6 + if (!headers_sent()) {
7 + header('HTTP/1.1 500 Internal Server Error');
8 + }
9 + $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;
10 + if (!ini_get('display_errors')) {
11 + if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
12 + fwrite(STDERR, $err);
13 + } elseif (!headers_sent()) {
14 + echo $err;
15 + }
16 + }
17 + trigger_error(
18 + $err,
19 + E_USER_ERROR
20 + );
21 +}
22 +
5 23 require_once __DIR__ . '/composer/autoload_real.php';
6 24
7 -return ComposerAutoloaderInit7e1d0218430fd318339a6e32c5b01e47::getLoader();
25 +return ComposerAutoloaderInit43cb0f52fe39a8ed4d3302b172e3d189::getLoader();