mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
4 lines
166 B
PHP
4 lines
166 B
PHP
<?php
|
|
require_once dirname(__FILE__) . '/../../videos/configuration.php';
|
|
$random = 1;
|
|
require_once $global['systemRootPath'] . 'objects/videosAndroid.json.php';
|