Skip to content
Snippets Groups Projects
user avatar
deuce authored
Now reads EVERY matching key with keys at the beginning of the file being
overriden by later keys.

[*.cgi]
Realm=CGI Scripts

[*.*]
ARS=LEVEL 90

Would have both applied to *.cgi and level 90 applied to everything
regardless of order in the .ini file whereas:

[*.cgi]
Realm=CGI Scripts
ARS=Level 50

[*.*]
ARS=Level90

Would behave differently than:

[*.*]
ARS=Level 90

[*.cgi]
Realm=CGI Scripts
ARS=Level 50

In the former, the ARS=Level 50 line would be overridden by the ARS=Level 90
482fb9dc
History
Name Last commit Last update
CVSROOT
ctrl
docs
exec
install
node1
node2
node3
node4
src
text
web
xtrn