diff --git a/wxc2_omc/configuration/tabParamConfiguration/param_comm.inc b/wxc2_omc/configuration/tabParamConfiguration/param_comm.inc
index bef15a5..03c2d77 100755
--- a/wxc2_omc/configuration/tabParamConfiguration/param_comm.inc
+++ b/wxc2_omc/configuration/tabParamConfiguration/param_comm.inc
@@ -387,11 +387,11 @@ function GetTabConf($sysTypeNo)
$objDb='OBJ_'.$sysTypeNo;
$objDbConn = mysqli_connect($OMC_server[0]['host'],$OMC_server[0]['user'],$OMC_server[0]['password'],$objDb);
- $sql="select * from OBJ_{$sysTypeNo}.paramConf where maxAccess=0 and name_2 <> 'parameter' order by level_1,level_2,level_3,level_4,level_5,level_6,level_7,level_8,level_9,level_10 ";
+ $sql="select * from OBJ_{$sysTypeNo}.paramConf where maxAccess=0 and name_2 NOT IN ('parameter', 'neSystem','config','licenseUpdate','control') order by level_1,level_2,level_3,level_4,level_5,level_6,level_7,level_8,level_9,level_10 ";
//PPS do not need show fileOperation in the paramater
//if($sysTypeNo == 360)
- // $sql="select * from OBJ_{$sysTypeNo}.paramConf where maxAccess=0 and name_2 <> 'parameter' and name_2 <> 'fileOperation' order by level_1,level_2,level_3,level_4,level_5,level_6,level_7,level_8,level_9,level_10 ";
+ // $sql="select * from OBJ_{$sysTypeNo}.paramConf where maxAccess=0 and name_2 NOT IN ('parameter', 'neSystem','config','licenseUpdate','control') and name_2 <> 'fileOperation' order by level_1,level_2,level_3,level_4,level_5,level_6,level_7,level_8,level_9,level_10 ";
$res=@mysqli_query($objDbConn,$sql);
//$num=@mysqli_num_rows($res);
@@ -462,7 +462,7 @@ function GetSubTabConf($sysTypeNo,$tabOid)
global $objDbConn;
$where=getLevelWhere($tabOid);
- $sql="select * from OBJ_{$sysTypeNo}.paramConf where (maxAccess=0 and name_2 <> 'parameter' and $where) or (maxAccess=21 and name_2 like '%Entry' and $where) order by level_1,level_2,level_3,level_4,level_5,level_6,level_7,level_8,level_9,level_10 ";
+ $sql="select * from OBJ_{$sysTypeNo}.paramConf where (maxAccess=0 and name_2 NOT IN ('parameter', 'neSystem','config','licenseUpdate','control') and $where) or (maxAccess=21 and name_2 like '%Entry' and $where) order by level_1,level_2,level_3,level_4,level_5,level_6,level_7,level_8,level_9,level_10 ";
$res=@mysqli_query($objDbConn,$sql);
$num=@mysqli_num_rows($res);
diff --git a/wxc2_omc/configuration/tabParamConfigurationB/param_comm.inc b/wxc2_omc/configuration/tabParamConfigurationB/param_comm.inc
index c0f5da6..d595609 100755
--- a/wxc2_omc/configuration/tabParamConfigurationB/param_comm.inc
+++ b/wxc2_omc/configuration/tabParamConfigurationB/param_comm.inc
@@ -778,7 +778,7 @@ function GetGlobalID()
function GetTabConf($sysTypeNo)
{
- $sql="select * from OBJ_{$sysTypeNo}.paramConf where maxAccess=0 and name_2 <> 'parameter' order by level_1,level_2,level_3,level_4,level_5,level_6,level_7,level_8,level_9,level_10 ";
+ $sql="select * from OBJ_{$sysTypeNo}.paramConf where maxAccess=0 and name_2 NOT IN ('parameter', 'neSystem','config','licenseUpdate','control') order by level_1,level_2,level_3,level_4,level_5,level_6,level_7,level_8,level_9,level_10 ";
$res=@mysqli_query($pubConn,$sql);
$num=@mysqli_num_rows($res);
//echo "$sql ";
diff --git a/wxc2_omc/element/mss/licenseControl.php b/wxc2_omc/element/mss/licenseControl.php
index cb44696..7c104a9 100755
--- a/wxc2_omc/element/mss/licenseControl.php
+++ b/wxc2_omc/element/mss/licenseControl.php
@@ -18,7 +18,13 @@ NO.1
*********************************************************/
require("../sub_inc/commfunc.php");
$DEBUG = 0;
-
+$ftpInfo=get2GCLicenseAccount();
+$impFile=$_FILES['impFile']['tmp_name'];
+$sysTypeNo=$_REQUEST['selKeyFieldName'];
+if($DEBUG)echo " sysTypeNo= $sysTypeNo";
+// echo "