Revert "Ajout du module pour ajouter des clients à l'espace professionnel"

This reverts commit 77752af3d1.
This commit is contained in:
root 2017-06-19 17:43:00 +02:00
parent 72cee7b991
commit c50a5c760c

View File

@ -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;