| @@ -1,12 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // autoload.php @generated by Composer |
| 4 | 4 | |
| 5 | -if ( file_exists( dirname( dirname( __DIR__ ) ) . '/vendor/autoload.php' ) ) { | |
| 6 | - return require_once dirname( dirname( __DIR__ ) ) . '/vendor/autoload.php'; | |
| 7 | -} | |
| 8 | - | |
| 9 | 5 | if (PHP_VERSION_ID < 50600) { |
| 10 | 6 | if (!headers_sent()) { |
| 11 | 7 | header('HTTP/1.1 500 Internal Server Error'); |
| 12 | 8 | } |
| @@ -22,5 +18,5 @@ | ||
| 22 | 18 | } |
| 23 | 19 | |
| 24 | 20 | require_once __DIR__ . '/composer/autoload_real.php'; |
| 25 | 21 | |
| 26 | -return ComposerAutoloaderInit55ceedea2b0a4e85eb3299ec0d368af1::getLoader(); | |
| 22 | +return ComposerAutoloaderInit7435bfcf9a31cce141c793ca39ab6c9d::getLoader(); | |