Update index.php

pull/13/head
qkqpttgf 2020-01-03 17:08:24 +08:00 committed by GitHub
parent 688452db85
commit 559247a331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ namespace:' . $namespace . '<br>
<td width=100%> <td width=100%>
<select name="' . $key .'">'; <select name="' . $key .'">';
foreach ($theme_arr as $v1) { foreach ($theme_arr as $v1) {
$html .= ' if ($v1!='.' && $v1!='..') $html .= '
<option value="'.$v1.'" '.($v1==getConfig($key)?'selected="selected"':'').'>'.$v1.'</option>'; <option value="'.$v1.'" '.($v1==getConfig($key)?'selected="selected"':'').'>'.$v1.'</option>';
} }
$html .= ' $html .= '