Browse Source

clientareafunctions

andre 3 years ago
parent
commit
658ae9c443
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cwp7.php

+ 2 - 2
cwp7.php

@@ -92,8 +92,8 @@ function cwp7_ConfigOptions() {
 	$configOptions['inode'] = array( "Type" => "text" , "Description" => "Max of inode", "Default" => "0",);
 	$configOptions['nofile'] = array( "Type" => "text", "Description" => "Max of nofile", "Default" => "100",);
 	$configOptions['nproc'] = array( "Type" => "text" , "Description" => "Nproc limit - 40 suggested", "Default" => "40",);
-	$configOptions['nameserverIP'] = array( "Type" => "text" , "Description" => "Name Server IP", "Default" => "185.163.51.142",);
-	$configOptions['nameserverName'] = array( "Type" => "text" , "Description" => "Name Server Name", "Default" => "ns1.thurdata.ch",);
+	$configOptions['Nameserver IP for lookups'] = array( "Type" => "text" , "Description" => "Name Server IP", "Default" => "185.163.51.142",);
+	$configOptions['Name of own Nameserver'] = array( "Type" => "text" , "Description" => "Name Server Name", "Default" => "ns1.thurdata.ch",);
 	return $configOptions;
 }