1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
Oinktube/plugin/MobileManager/getRandomVideo.php
2022-03-17 11:43:59 -03:00

4 lines
166 B
PHP

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