mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-04-21 12:39:36 +00:00
Compare commits
10 commits
47dc4a01bb
...
2462ec2f04
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2462ec2f04 | ||
|
|
9592a132b7 | ||
|
|
59c5bfcc27 | ||
|
|
fd94b7e76b | ||
|
|
9079f867f1 | ||
|
|
0be7195371 | ||
|
|
ae1a7cb875 | ||
|
|
1e64bbeccb | ||
|
|
ef5929358e | ||
|
|
9e7d5d1ce3 |
2 changed files with 0 additions and 3 deletions
|
|
@ -3,8 +3,6 @@ body {
|
||||||
font-family: fira-sans, sans-serif;
|
font-family: fira-sans, sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
margin-left: 10vw;
|
|
||||||
margin-right: 10vw;
|
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
|
|
|
||||||
|
|
@ -1317,7 +1317,6 @@
|
||||||
:if ($ScriptVal->"source" = "#!rsc by RouterOS\n") do={
|
:if ($ScriptVal->"source" = "#!rsc by RouterOS\n") do={
|
||||||
$LogPrint warning $0 ("Removing dummy. Typo on installation?");
|
$LogPrint warning $0 ("Removing dummy. Typo on installation?");
|
||||||
/system/script/remove $Script;
|
/system/script/remove $Script;
|
||||||
:error false;
|
|
||||||
}
|
}
|
||||||
:if ([ :len ($ScriptInfo->"base-url") ] = 0 && [ :len ($ScriptInfo->"url-suffix") ] = 0 && \
|
:if ([ :len ($ScriptInfo->"base-url") ] = 0 && [ :len ($ScriptInfo->"url-suffix") ] = 0 && \
|
||||||
[ :len $CheckSum ] = 0) do={
|
[ :len $CheckSum ] = 0) do={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue