1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +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; global $global, $config;
$doNotConnectDatabaseIncludeConfig = 1; $doNotConnectDatabaseIncludeConfig = 1;
require_once __DIR__.'/../videos/configuration.php'; require_once __DIR__.'/../videos/configuration.php';
allowOrigin();
header('Content-Type: application/json'); header('Content-Type: application/json');
$obj = new stdClass(); $obj = new stdClass();