mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
8887afb710
commit
2a5777ca80
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue