equal
deleted
inserted
replaced
81 $ALLOW_NS_EDIT = 1; |
81 $ALLOW_NS_EDIT = 1; |
82 |
82 |
83 // $DEFAULT_TTL |
83 // $DEFAULT_TTL |
84 // Default TTL for records. |
84 // Default TTL for records. |
85 // Default time to live for all records. This notation is in seconds. |
85 // Default time to live for all records. This notation is in seconds. |
86 $DEFAULT_TTL = 3600; // (3600 seconds / 1 hour by default) |
86 $DEFAULT_TTL = 86400; // (3600 seconds / 1 hour by default) |
87 |
87 |
88 |
88 |
89 // $NAME_LEVEL_X |
89 // $NAME_LEVEL_X |
90 // These directives allow you to change the statusnames of users on the system. |
90 // These directives allow you to change the statusnames of users on the system. |
91 $NAME_LEVEL_1 = _('Normal user'); |
91 $NAME_LEVEL_1 = _('Normal user'); |