6 lines
98 B
PHP
6 lines
98 B
PHP
<?php
|
|
if (!defined('_PS_VERSION_')) {exit;}
|
|
class FrontController extends FrontControllerCore
|
|
{
|
|
}
|