refactor: 优化网盘类型判断逻辑并修复模板语法
- 在 `Transfer.php` 中添加 `fast.uc.cn` 域名支持 - 将 `3.php` 中的 `<?` 短标签替换为 `<?php` 以提高兼容性 - 重构 `determineIsType` 函数,使用数组映射简化网盘类型判断逻辑
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<td><div id="J_install_tip_dbpw"></div></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<? if(INSTALLTYPE == 'HOST' || INSTALLTYPE == 'BAE'){ ?>
|
||||
<?php if(INSTALLTYPE == 'HOST' || INSTALLTYPE == 'BAE'){ ?>
|
||||
<tr>
|
||||
<td class="tar">数据库名:</td>
|
||||
<td><input type="text" name="dbname" id="dbname" value="<?php echo $config['dbName'] ?>" class="input"></td>
|
||||
|
||||
Reference in New Issue
Block a user