改名的安装的目录,获取的域名也错了
当安装名字有 install 时候,获取到域名会替换,
当安装目录名为其他,获取域名目录含安装目录
install/index.php
<div class="form-group">
<label for="">安装域名(默认<strong>不需要修改</strong>. 除非特殊要求)</label>
<input type="text" name="www" id="www" class="form-control" value="">
</div>
<script>
document.getElementById("www").value = window.location.href.replace('/install/','').replace('/install','');
</script>
admin
发表于 2019-12-29
不要修改安装目录名,如果安装后 不想保留安装目录 可以删掉这个目录!
评论列表
加载数据中...