1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-09-12 10:52:55 -03:00
parent 8887afb710
commit 2a5777ca80

View file

@ -1,6 +1,11 @@
<?php
require_once '../../videos/configuration.php';
$_page = new Page(array('History'));
$_page->setExtraStyles(
array(
'plugin/Gallery/style.css',
)
);
include $global['systemRootPath'] . 'plugin/VideosStatistics/historyContent.php';
$_page->print();
?>