PluginProbe
FV Player 8 / trunk
FV Player 8 vtrunk
trunk 8.0.18 8.0.19 8.0.20 8.0.21 8.0.25 8.0.27 8.1 8.1.3
fv-player / includes / aws / aws-autoloader.php

aws-autoloader.php in FV Player 8 trunk, at includes/aws/aws-autoloader.php

6 lines 197 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 // Legacy, load the current vendor autload
3 if ( file_exists( dirname(__FILE__) . "/../../vendor/autoload.php" ) ) {
4 require_once( dirname(__FILE__) . "/../../vendor/autoload.php" );
5 }
6