Description of theme & timezone in setup

This commit is contained in:
qkqpttgf 2020-05-24 15:42:19 +08:00 committed by GitHub
parent 64265e4185
commit 65fa8c290f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1571,6 +1571,7 @@ function EnvOpt($needUpdate = 0)
}
$html .= '
</select>
'.getconstStr('EnvironmentsDescription')[$key].'
</td>
</tr>';
} elseif ($key=='theme') {
@ -1587,6 +1588,7 @@ function EnvOpt($needUpdate = 0)
}
$html .= '
</select>
'.getconstStr('EnvironmentsDescription')[$key].'
</td>
</tr>';
} /*elseif ($key=='domain_path') {