Update {$mac}.xml
This commit is contained in:
parent
9085dff567
commit
fa2a753d55
|
|
@ -343,7 +343,7 @@
|
|||
<!-- Register Expiration (in minutes. default 1 hour, max 45 days) -->
|
||||
<!-- Number: 1 to 64800 -->
|
||||
<!-- Mandatory -->
|
||||
<P32>{math equation="x / y" x=$account.1.register_expires y=40}</P32>
|
||||
<P32>{$account.1.register_expires}</P32>
|
||||
<!-- Reregister before Expiration -->
|
||||
<!-- Number -->
|
||||
<!-- Mandatory -->
|
||||
|
|
@ -876,7 +876,7 @@
|
|||
<!-- Register Expiration (in minutes. default 1 hour, max 45 days) -->
|
||||
<!-- Number: 1 to 64800 -->
|
||||
<!-- Mandatory -->
|
||||
<P732>{math equation="x / y" x=$account.2.register_expires y=40}</P732>
|
||||
<P732>{$account.2.register_expires}</P732>
|
||||
<!-- Reregister before Expiration -->
|
||||
<!-- Number -->
|
||||
<!-- Mandatory -->
|
||||
|
|
@ -1401,7 +1401,7 @@
|
|||
<!-- Register Expiration (in minutes. default 1 hour, max 45 days) -->
|
||||
<!-- Number: 1 to 64800 -->
|
||||
<!-- Mandatory -->
|
||||
<P532>{math equation="x / y" x=$account.3.register_expires y=40}</P532>
|
||||
<P532>{$account.3.register_expires}</P532>
|
||||
<!-- Reregister before Expiration -->
|
||||
<!-- Number -->
|
||||
<!-- Mandatory -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue