destoon开启https ssl 后台登录错误解决办法
修改include/global.func.php文件,在case ‘scheme’:下面加入

return ‘https://’;

完整代码

		case 'scheme':
		    return 'https://';
			return $_SERVER['SERVER_PORT'] == '443' ? 'https://' : 'http://';
Logo

北京人形旗下天工造物具身智能开源社区,聚焦具身天工与慧思开物两大平台

更多推荐