equal
deleted
inserted
replaced
79 $DEFAULT_TTL = 3600; // (3600 seconds / 1 hour by default) |
79 $DEFAULT_TTL = 3600; // (3600 seconds / 1 hour by default) |
80 |
80 |
81 |
81 |
82 // $NAME_LEVEL_X |
82 // $NAME_LEVEL_X |
83 // These directives allow you to change the statusnames of users on the system. |
83 // These directives allow you to change the statusnames of users on the system. |
84 $NAME_LEVEL_1 = "Normal user"; |
84 $NAME_LEVEL_1 = _('Normal user'); |
85 $NAME_LEVEL_5 = "Administrator"; |
85 $NAME_LEVEL_5 = _('Administrator'); |
86 $NAME_LEVEL_10 = "Administrator w/ user admin rights"; |
86 $NAME_LEVEL_10 = _('Administrator w/ user admin rights'); |
87 |
87 |
88 // Enable fancy records or not (http://doc.powerdns.com/fancy-records.html)? true/false |
88 // Enable fancy records or not (http://doc.powerdns.com/fancy-records.html)? true/false |
89 $FANCY_RECORDS = true; |
89 $FANCY_RECORDS = true; |
90 |
90 |
91 // Master or slave functionality. Set this to either true or false. |
91 // Master or slave functionality. Set this to either true or false. |