/var/www/flurhymez/vendor/google/auth
NameSizeModeActions
src/-0755rm
.php-cs-fixer.dist.php7160644editdlrm
autoload.php11150644editdlrm
CHANGELOG.md58400644editdlrm
CODE_OF_CONDUCT.md19810644editdlrm
composer.json11030644editdlrm
COPYING113420644editdlrm
LICENSE102560644editdlrm
README.md105640644editdlrm
renovate.json700644editdlrm
SECURITY.md3290644editdlrm
Edit: /var/www/flurhymez/vendor/google/auth/autoload.php (1115B)
3) { // Maximum class file path depth in this project is 3. $classPath = array_slice($classPath, 0, 3); } $filePath = dirname(__FILE__) . '/src/' . implode('/', $classPath) . '.php'; if (file_exists($filePath)) { require_once $filePath; } } spl_autoload_register('oauth2client_php_autoload');