mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
9 lines
105 B
PHP
9 lines
105 B
PHP
|
|
okey_append = {
|
||
|
|
key = value1;
|
||
|
|
key1 = value2
|
||
|
|
}
|
||
|
|
|
||
|
|
akey_append = ["value3"];
|
||
|
|
|
||
|
|
skey_append = "value4";
|