1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/view/report4.1.json.php
2025-07-10 15:28:42 -03:00

6 lines
183 B
PHP

<?php
header('Content-Type: application/json');
global $global, $config;
require_once __DIR__.'/../videos/configuration.php';
echo json_encode(User::getUsersCumulativePerDayJSON());