Update normal.php
parent
312cf08ee5
commit
6f0b67562a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue