20 lines
339 B
PHP
20 lines
339 B
PHP
<?php
|
|
|
|
/**
|
|
* Statistics
|
|
* @category stats
|
|
*
|
|
* @author Damien Metzger / Epitech
|
|
* @copyright Epitech / PrestaShop
|
|
* @license http://www.opensource.org/licenses/osl-3.0.php Open-source licence 3.0
|
|
* @version 1.2
|
|
*/
|
|
|
|
include_once(dirname(__FILE__).'/AdminStatsTab.php');
|
|
|
|
class AdminStatsModules extends AdminStatsTab
|
|
{
|
|
}
|
|
|
|
?>
|