diff --git a/function/scf.php b/function/scf.php
index 5e4038f..a93b111 100644
--- a/function/scf.php
+++ b/function/scf.php
@@ -450,7 +450,7 @@ namespace:' . $namespace . '
$tmp[$k] = $v;
}
}
- if ($tmp['domain_path']!='') {
+ /*if ($tmp['domain_path']!='') {
$tmp1 = explode("|",$tmp['domain_path']);
$tmparr = [];
foreach ($tmp1 as $multidomain_paths){
@@ -458,7 +458,7 @@ namespace:' . $namespace . '
if ($pos>0) $tmparr[substr($multidomain_paths, 0, $pos)] = path_format(substr($multidomain_paths, $pos+1));
}
$tmp['domain_path'] = $tmparr;
- }
+ }*/
$response = setConfig($tmp);
if (isset($response['Error'])) {
$html = $response['Error']['Code'] . '
@@ -524,7 +524,7 @@ namespace:' . $Namespace . '
';
- } elseif ($key=='domain_path') {
+ } /*elseif ($key=='domain_path') {
$tmp = getConfig($key);
$domain_path = '';
foreach ($tmp as $k1 => $v1) {
@@ -536,7 +536,7 @@ namespace:' . $Namespace . '