mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
email-daily-psk: properly append to array
This commit is contained in:
parent
0acc2bbda7
commit
434590d207
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
|
||||
:if ($skip = 0) do={
|
||||
:set $seen { $seen; $ssid };
|
||||
:set $seen ( $seen, $ssid );
|
||||
|
||||
:local host "www.eworm.de"
|
||||
:local srcpath ("/cgi-bin/cqrlogo-wifi.cgi" . \
|
||||
|
|
Loading…
Reference in a new issue