1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-10-29 15:07:24 -03:00
parent 68574750cc
commit 23921bd6e6

View file

@ -2,6 +2,7 @@
global $global, $config;
$doNotConnectDatabaseIncludeConfig = 1;
require_once __DIR__.'/../videos/configuration.php';
allowOrigin();
header('Content-Type: application/json');
$obj = new stdClass();