mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-06-10 16:04:52 -04:00

- symfony/polyfill-php80 installed to introduce the polyfill and support php7.3 using php8 functions - symfony/polyfill-ctype installed to introduce ctype functions in case somebody doesn't have the ctype extension installed
7 lines
156 B
PHP
7 lines
156 B
PHP
<?php
|
|
|
|
// autoload.php @generated by Composer
|
|
|
|
require_once __DIR__ . '/composer/autoload_real.php';
|
|
|
|
return ComposerAutoloaderInitDontChange::getLoader();
|