| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/a/w/e/awebpaca/Dolibarr/build/aps/ |
Upload File : |
<?php // File to force Dolibarr wizard installer choices. // // This file must be present into htdocs/install directory // during install process to be used. // // $force_install_noedit=1; $force_install_message='KeepDefaultValuesDeb'; $force_install_main_data_root='WEB___DIR/dolibarr_documents'; $force_install_type='mysqli'; $force_install_dbserver='DB_main_HOST'; $force_install_port='DB_main_PORT'; $force_install_database='DB_main_NAME'; $force_install_createdatabase='0'; $force_install_databaselogin='DB_main_LOGIN'; $force_install_databasepass='DB_main_PASSWORD'; $force_install_createuser='0'; $force_install_databaserootlogin=''; $force_install_databaserootpass=''; $force_install_dolibarrlogin='admin'; $force_install_nophpinfo='1'; $force_install_lockinstall='444';