Files
b2b.redline.com.pl/modules/steasyvideo/controllers/admin/AdminStEasyVideoController.php
2025-06-24 14:14:35 +02:00

18 lines
470 B
PHP

<?php
/**
* @author PrestaShop SA and Contributors <contact@prestashop.com>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/
if (!defined('_PS_VERSION_')) {
exit;
}
class AdminStEasyVideoController extends ModuleAdminController
{
public function __construct()
{
Tools::redirectAdmin($this->context->link->getAdminLink('AdminStEasyVideoList'));
}
}