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