mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
This commit is contained in:
parent
26c68a9960
commit
9de8c7d4b0
1 changed files with 48 additions and 47 deletions
|
@ -18,6 +18,7 @@ if (User::isAdmin()) {
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once 'subscribe.php';
|
require_once 'subscribe.php';
|
||||||
|
setRowCount(10000);
|
||||||
header('Content-Type: application/json');
|
header('Content-Type: application/json');
|
||||||
$Subscribes = Subscribe::getAllSubscribes($user_id);
|
$Subscribes = Subscribe::getAllSubscribes($user_id);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue