1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Oinktube/plugin/MobileManager/getRandomVideo.php
2021-01-01 17:20:30 +08:00

4 lines
162 B
PHP

<?php
require_once dirname(__FILE__) . '/../../videos/configuration.php';
$random = 1;
require_once $global['systemRootPath'] . 'objects/videosAndroid.json.php';