File: /var/www/linde/wp-content/plugins/lindevr-site-plugin/video/index.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
// This is for the public video used by the Linde VR Meta Quest app
// the app has a video that it stores on the devices. When it's online
// it will periodically check the API and see what is the video version, if there
// is a new version it downloads it and stores locally
// This is done so that the video can be updated easily without needing
// to recompile that app every time
require_once( 'acf.php' );
require_once( 'video-admin.php' );
require_once( 'rest.php' );
?>