dolibarr/htdocs/install
Alexandre Janniaux 9b2ffafd93 Fix install/inc: detect unknown options
Previous commit 3c883c4b31 added support
for parsing option -- in particular -c/--config -- and added some way of
detecting invalid arguments. But the detection was incorrect.

getopt will stop looking for arguments when it detects a non-argument
(dash-prefixed) which is not an option parameter, but checking that
options were all consumed should be done right after by comparing the
options up to this last non-argument and those that were detected.

This only displays the first unrecognized option, mimicking the
behaviour of most software.
2023-04-28 14:26:52 +02:00
..
doctemplates Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-24 19:52:32 +01:00
lib Clean code 2023-01-06 20:12:58 +01:00
medias
mssql
mysql Add dictionary table for invoice subtypes (country specific) 2023-04-26 11:51:14 +02:00
pgsql NEW : element time integration code 2023-03-08 11:00:58 +01:00
sqlite3/functions
.gitignore
check.php NEW The upgrade process can be done by creating a file upgrade.unlock 2023-02-02 12:58:12 +01:00
default.css
fileconf.php Doc 2022-12-11 22:13:50 +01:00
inc.php Fix install/inc: detect unknown options 2023-04-28 14:26:52 +02:00
index.php NEW The upgrade process can be done by creating a file upgrade.unlock 2023-02-02 12:58:12 +01:00
install.forced.sample.php Fix warnings 2022-12-28 13:58:23 +01:00
phpinfo.php
repair.php NEW repair script skip views 2023-04-14 10:06:10 +02:00
robots.txt
step1.php Fix $dolibarr_main_restrict_os_commands applies also to antivir command 2023-02-11 16:05:40 +01:00
step2.php
step4.php
step5.php Use dolChmod 2023-02-17 20:01:53 +01:00
upgrade2.php Fix v18 migration script 2023-04-02 08:28:56 +02:00
upgrade.php NEW The upgrade process can be done by creating a file upgrade.unlock 2023-02-02 12:58:12 +01:00