inc/config-me.inc.php
changeset 82 c255196bc447
parent 76 0748816801b2
child 119 f74e4f88b680
--- a/inc/config-me.inc.php	Wed Mar 12 20:45:56 2008 +0000
+++ b/inc/config-me.inc.php	Tue Mar 25 22:45:31 2008 +0000
@@ -95,26 +95,11 @@
 // After this $EXPIRE you are automatically logged out from the system.
 $EXPIRE = 1800;
 
-// $ALLOW_SOA_EDIT
-// Allow users with level 1 to edit/delete SOA records?
-$ALLOW_SOA_EDIT = 0;
-
-// $ALLOW_NS_EDIT
-// Allow users with level 1 to edit/delete pre-set NS records for their domain.
-$ALLOW_NS_EDIT = 1;
-
 // $DEFAULT_TTL
 // Default TTL for records.
 // Default time to live for all records. This notation is in seconds.
 $DEFAULT_TTL = 86400;      // (3600 seconds / 1 hour by default)
 
-
-// $NAME_LEVEL_X
-// These directives allow you to change the statusnames of users on the system.
-$NAME_LEVEL_1 = _('Normal user');
-$NAME_LEVEL_5 = _('Administrator');
-$NAME_LEVEL_10 = _('Administrator w/ user admin rights');
-
 // Enable fancy records or not (http://doc.powerdns.com/fancy-records.html)? true/false
 $FANCY_RECORDS = true;