mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
4 lines
185 B
PHP
4 lines
185 B
PHP
<?php
|
|
require_once '../../videos/configuration.php';
|
|
require_once $global['systemRootPath'] . 'plugin/VR360/Objects/VideosVR360.php';
|
|
VideosVR360::toogleVR360($_POST['videos_id']);
|