Revert "Ajout du module pour ajouter des clients à l'espace professionnel"
This reverts commit 77752af3d1
.
This commit is contained in:
parent
72cee7b991
commit
c50a5c760c
@ -43,6 +43,7 @@ class FrontController extends FrontControllerCore
|
||||
if ($this->php_self == 'password') {
|
||||
$this->php_self = 'index';
|
||||
$this->template = _PS_THEME_DIR_.'password.tpl';
|
||||
}
|
||||
if (!in_array($this->php_self, ['index', 'password']) || Tools::getValue('submitAccount') || Tools::getValue('SubmitCreate')) {
|
||||
Tools::redirect('index');
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user