bug install

This commit is contained in:
Fred Tempez 2023-07-16 18:14:19 +02:00
parent 5e2687bd44
commit 89f21660c3
1 changed files with 2 additions and 2 deletions

View File

@ -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()
) {