mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 02:04:45 +02:00
global-functions: drop $Read, use :return directly
This commit is contained in:
parent
5f7c727457
commit
04025da9b8
4 changed files with 3 additions and 14 deletions
|
@ -12,11 +12,6 @@
|
|||
:global SentLteFirmwareUpgradeNotification "-";
|
||||
:global Identity [ / system identity get name ];
|
||||
|
||||
# read input from user
|
||||
:global Read do={
|
||||
:return;
|
||||
}
|
||||
|
||||
# url encoding
|
||||
:global UrlEncode do={
|
||||
:local Input [ :tostr $1 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue