mirror of
https://github.com/furaihan/simple-mikrotik-script.git
synced 2025-06-28 17:00:06 +02:00
Update first-setup
add source
This commit is contained in:
parent
6f39303025
commit
83f9a7813c
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
return "Error! this probably cause from unknown vendor or a connection problem"
|
||||
}
|
||||
}
|
||||
#source: https://s.id/q4f-O
|
||||
global ConvertLowerCase do={
|
||||
local alphabet {"A"="a";"B"="b";"C"="c";"D"="d";"E"="e";"F"="f";"G"="g";"H"="h";"I"="i";"J"="j";"K"="k";"L"="l";"M"="m";"N"="n";"O"="o";"P"="p";"Q"="q";"R"="r";"S"="s";"T"="t";"U"="u";"V"="v";"X"="x";"Z"="z";"Y"="y";"W"="w"};
|
||||
local result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue