Update first-setup

add source
This commit is contained in:
furaihan 2020-08-29 00:23:51 +07:00 committed by GitHub
parent 6f39303025
commit 83f9a7813c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@
return "Error! this probably cause from unknown vendor or a connection problem" return "Error! this probably cause from unknown vendor or a connection problem"
} }
} }
#source: https://s.id/q4f-O
global ConvertLowerCase do={ 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 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 local result
@ -47,4 +48,4 @@ global CheckConnection do={
set $ConnectionAvailable [tobool false] set $ConnectionAvailable [tobool false]
} }
} }
} }