Skip to content
Snippets Groups Projects
Commit f658781d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

New: Add option force_install_noedit into installer (file force.install.php)...

New: Add option force_install_noedit into installer (file force.install.php) to block fields provided by installer (user must have no suche with wizards).
parent 4a8cabeb
No related branches found
No related tags found
No related merge requests found
<?php <?php
$force_install_noedit=1;
$force_install_message='KeepDefaultValuesDeb'; $force_install_message='KeepDefaultValuesDeb';
$force_install_main_data_root='/usr/share/dolibarr/documents'; $force_install_main_data_root='/usr/share/dolibarr/documents';
$force_install_type='mysqli'; $force_install_type='mysqli';
......
<?php <?php
$force_install_noedit=1;
$force_install_message='KeepDefaultValuesWamp'; $force_install_message='KeepDefaultValuesWamp';
$force_install_main_data_root='WAMPROOT/dolibarr_documents'; $force_install_main_data_root='WAMPROOT/dolibarr_documents';
$force_install_type='mysqli'; $force_install_type='mysqli';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment