mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
6 lines
173 B
PHP
6 lines
173 B
PHP
<?php
|
|
header('Content-Type: application/json');
|
|
global $global, $config;
|
|
require_once __DIR__.'/../videos/configuration.php';
|
|
|
|
echo json_encode(User::getUsersPerDayJSON());
|