mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
8 lines
105 B
PHP
8 lines
105 B
PHP
okey_append = {
|
|
key = value1;
|
|
key1 = value2
|
|
}
|
|
|
|
akey_append = ["value3"];
|
|
|
|
skey_append = "value4";
|