Rev 12490 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12490 | Rev 17978 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | !endif |
12 | !endif |
13 | 13 | ||
14 | !set audiof_=!word 1 of $parms |
14 | !set audiof_=!word 1 of $parms |
15 | !! This avoids module errors if people try to hack. |
15 | !! This avoids module errors if people try to hack. |
16 | !if .. isin $audiof_ |
16 | !if .. isin $audiof_ |
17 | !exit |
17 | !exit |
18 | !endif |
18 | !endif |
19 | !if $parms=$empty |
19 | !if $parms=$empty |
20 | !exit |
20 | !exit |
21 | !endif |
21 | !endif |
22 | 22 |