mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
7 lines
No EOL
240 B
PHP
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();
|
|
?>
|