mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-02-11 04:08:59 -05:00
![ribas160](/assets/img/avatar_default.png)
- 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
8 lines
156 B
PHP
8 lines
156 B
PHP
<?php
|
|
|
|
// autoload.php @generated by Composer
|
|
|
|
require_once __DIR__ . '/composer/autoload_real.php';
|
|
|
|
return ComposerAutoloaderInitDontChange::getLoader();
|