Rev 23 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 23 | Rev 18196 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !if https:// isin $u_ |
4 | !if https:// isin $u_ |
5 | U_=!replace https:// by $ in $u_ |
5 | U_=!replace https:// by $ in $u_ |
6 | !else |
6 | !else |
7 | U_=!replace http:// by $ in $u_ |
7 | U_=!replace http:// by $ in $u_ |
8 | u_=http://$U_ |
8 | u_=http://$U_ |
9 | !endif |
9 | !endif |
10 | U_=!translate / to $ $ in $U_ |
10 | U_=!translate / to $ $ in $U_ |
11 | U_=!word 1 of $U_ |
11 | U_=!word 1 of $U_ |