Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 12, 2024
1 parent 8887afb commit 2a5777c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin/VideosStatistics/history.php
Original file line number Diff line number Diff line change
@@ -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();
?>

0 comments on commit 2a5777c

Please sign in to comment.