diff --git a/core/module/install/install.php b/core/module/install/install.php index 6baa922c..98147c36 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -53,7 +53,7 @@ class install extends common // Soumission du formulaire if ( - $this->getUser('permission', __CLASS__, __FUNCTION__) === true && + //$this->getUser('permission', __CLASS__, __FUNCTION__) === true && $this->isPost() ) { @@ -99,7 +99,7 @@ class install extends common else { // Soumission du formulaire if ( - $this->getUser('permission', __CLASS__, __FUNCTION__) !== true && + //$this->getUser('permission', __CLASS__, __FUNCTION__) !== true && $this->isPost() ) {