发布v2.6.9版本

This commit is contained in:
雨中磐石
2025-05-27 14:51:24 +08:00
parent 16829278ae
commit d0c604e040
31 changed files with 661 additions and 242 deletions

View File

@@ -178,6 +178,10 @@ $(document).ready(function(){
</td></tr>
<tr><td height="10"></td></tr>
<tr><td align="right" style="color:gray">可直接上传保存类型:</td><td><input name="savefiletype" type="text" value="<?=getconfig('savefiletype')?>" style="width:200px" placeholder="多个,分开如exe,dll" class="form-control">
<span style="color:#aaaaaa;">因为一些特殊文件类型是可执行的如.php.exe.sh不直接保存</span></td></tr>
<tr><td height="10"></td></tr>
<tr><td align="right" style="color:gray">系统语言:</td><td><select style="width:200px" name="locallang" class="form-control">
<?php
$arrd = c('lang')->getLocal();