1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
This commit is contained in:
Daniel Neto 2023-09-28 21:11:40 -03:00
parent d9fcb0981a
commit dd39d8aadb

View file

@ -7,6 +7,7 @@ $isModeYouTube = 1;
if (!isset($global['systemRootPath'])) { if (!isset($global['systemRootPath'])) {
require_once '../videos/configuration.php'; require_once '../videos/configuration.php';
} }
//var_dump(Video::getVideo($videos_id, "viewable", false, false, false, true));
$TimeLogLimitMY = 0.5; $TimeLogLimitMY = 0.5;
$timeLogNameMY = TimeLogStart("modeYoutube.php"); $timeLogNameMY = TimeLogStart("modeYoutube.php");
//_error_log("modeYoutube: session_id = " . session_id() . " IP = " . getRealIpAddr()); //_error_log("modeYoutube: session_id = " . session_id() . " IP = " . getRealIpAddr());