// Some fix on canonical URL + remove PS_HOMEPAGE_PHP_SELF configuration
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
class DiscountControllerCore extends FrontController
|
||||
{
|
||||
public $auth = true;
|
||||
public $php_self = 'discount.php';
|
||||
public $authRedirection = 'discount.php';
|
||||
public $php_self = 'discount';
|
||||
public $authRedirection = 'discount';
|
||||
public $ssl = true;
|
||||
|
||||
public function process()
|
||||
|
||||
Reference in New Issue
Block a user