1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

global-functions: drop $Read, use :return directly

This commit is contained in:
Christian Hesse
2019-02-21 00:03:57 +01:00
parent 5f7c727457
commit 04025da9b8
4 changed files with 3 additions and 14 deletions

View File

@@ -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 ];