mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-03 14:44:29 +02: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={
|
:if ($skip = 0) do={
|
||||||
:set $seen { $seen; $ssid };
|
:set $seen ( $seen, $ssid );
|
||||||
|
|
||||||
:local host "www.eworm.de"
|
:local host "www.eworm.de"
|
||||||
:local srcpath ("/cgi-bin/cqrlogo-wifi.cgi" . \
|
:local srcpath ("/cgi-bin/cqrlogo-wifi.cgi" . \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue