1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
DanieL 2023-02-17 12:38:03 -03:00
parent a6ee5ff144
commit ff507f3d81

View file

@ -20,7 +20,7 @@ if (empty($_COOKIE) && isIframe() && isIframeInDifferentDomain()) {
die('{"error":"isIframeInDifferentDomain"}');
}
require_once $global['systemRootPath'] . 'objects/video.php';
$obj = new Video("", "", $_REQUEST['id']);
$obj = new Video("", "", $_REQUEST['id'], true);
if (empty($obj)) {
die("Object not found");
}