Update normal.php

This commit is contained in:
qkqpttgf 2020-01-20 13:30:07 +08:00 committed by GitHub
parent 312cf08ee5
commit 6f0b67562a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ namespace:' . $namespace . '<br>
</select>
</td>
</tr>';
} elseif ($key=='domain_path') {
} /*elseif ($key=='domain_path') {
$tmp = getConfig($key);
$domain_path = '';
foreach ($tmp as $k1 => $v1) {
@ -385,7 +385,7 @@ namespace:' . $namespace . '<br>
<td><label>' . $key . '</label></td>
<td width=100%><input type="text" name="' . $key .'" value="' . $domain_path . '" placeholder="' . getconstStr('EnvironmentsDescription')[$key] . '" style="width:100%"></td>
</tr>';
} else $html .= '
}*/ else $html .= '
<tr>
<td><label>' . $key . '</label></td>
<td width=100%><input type="text" name="' . $key .'" value="' . getConfig($key) . '" placeholder="' . getconstStr('EnvironmentsDescription')[$key] . '" style="width:100%"></td>