# fv-player/trunk/includes/aws/aws-autoloader.php

FV Player 8, version trunk. 6 lines.

- Page: https://pluginprobe.com/plugins/fv-player/trunk/code/includes/aws/aws-autoloader.php
- Raw: https://pluginprobe.com/plugins/fv-player/trunk/raw/includes/aws/aws-autoloader.php
- Modified: 2024-08-06T09:08:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fv-player/trunk/code/includes/aws/aws-autoloader.php#L10-L20`.

```php
<?php
// Legacy, load the current vendor autload
if ( file_exists( dirname(__FILE__) . "/../../vendor/autoload.php" ) ) {
  require_once( dirname(__FILE__) . "/../../vendor/autoload.php" );
}

```
