1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
DanieL 2022-10-07 12:50:00 -03:00
parent 26c68a9960
commit 9de8c7d4b0

View file

@ -18,6 +18,7 @@ if (User::isAdmin()) {
}
require_once 'subscribe.php';
setRowCount(10000);
header('Content-Type: application/json');
$Subscribes = Subscribe::getAllSubscribes($user_id);