Update index.php

This commit is contained in:
qkqpttgf
2020-01-03 17:08:24 +08:00
committed by GitHub
parent 688452db85
commit 559247a331
+1 -1
View File
@@ -284,7 +284,7 @@ namespace:' . $namespace . '<br>
<td width=100%>
<select name="' . $key .'">';
foreach ($theme_arr as $v1) {
$html .= '
if ($v1!='.' && $v1!='..') $html .= '
<option value="'.$v1.'" '.($v1==getConfig($key)?'selected="selected"':'').'>'.$v1.'</option>';
}
$html .= '