automattic
9 months ago
composer
3 months ago
dragonmantank
6 months ago
jetpack-autoloader
3 months ago
mixpanel
2 years ago
webmozart
1 year ago
woocommerce
3 months ago
autoload.php
3 months ago
autoload_packages.php
3 months ago
index.php
3 years ago
autoload.php
20 lines
| 1 | <?php |
| 2 | if (!defined('ABSPATH')) exit; |
| 3 | // autoload.php @generated by Composer |
| 4 | if (PHP_VERSION_ID < 50600) { |
| 5 | if (!headers_sent()) { |
| 6 | header('HTTP/1.1 500 Internal Server Error'); |
| 7 | } |
| 8 | $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; |
| 9 | if (!ini_get('display_errors')) { |
| 10 | if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { |
| 11 | fwrite(STDERR, $err); |
| 12 | } elseif (!headers_sent()) { |
| 13 | echo $err; |
| 14 | } |
| 15 | } |
| 16 | throw new RuntimeException($err); |
| 17 | } |
| 18 | require_once __DIR__ . '/composer/autoload_real.php'; |
| 19 | return ComposerAutoloaderInit86f79c84b4c9e16dbd5ea94fdbf12710::getLoader(); |
| 20 |