inc/config-me.inc.php
changeset 23 4abaed69febd
parent 13 2ff220cfde13
child 47 ae140472d97c
equal deleted inserted replaced
22:0918664b9ff6 23:4abaed69febd
    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');