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-08-21 15:24:14 -03:00
parent a7d7456f50
commit 05162dc809

View file

@ -868,7 +868,7 @@ class API extends PluginAbstract
if(!empty($_REQUEST['debug'])){ if(!empty($_REQUEST['debug'])){
global $_lastGetAllSQL; global $_lastGetAllSQL;
global $lastGetTotalVideos; global $lastGetTotalVideos;
var_dump($totalRows, $lastGetTotalVideos, $_lastGetAllSQL); var_dump($totalRows, $lastGetTotalVideos, $_lastGetAllSQL);exit;
} }
} }