2
0
forked from Wavyzz/dolibarr

Setup of website module to enable login/pass is easier

This commit is contained in:
Laurent Destailleur
2023-10-18 18:16:10 +02:00
parent 896bab643f
commit f803b991e6
4 changed files with 55 additions and 41 deletions

View File

@@ -93,7 +93,6 @@ if (!class_exists('FormSetup')) {
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formsetup.class.php';
}
}
$formSetup = new FormSetup($db);