1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Oinktube/plugin/MonetizeUsers/View/index.php
2024-04-02 13:44:59 -03:00

7 lines
No EOL
240 B
PHP

<?php
require_once '../../../videos/configuration.php';
AVideoPlugin::loadPlugin("VideosStatistics");
$_page = new Page(array('Monetize user'));
include $global['systemRootPath'] . 'plugin/MonetizeUsers/View/report.php';
$_page->print();
?>