try fix some platform disable visit file start with .

This commit is contained in:
qkqpttgf 2020-11-26 15:51:17 +08:00 committed by GitHub
parent 7e952b39be
commit 1d7d667220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ function install()
//if (location.port!="") url += ":" + location.port;
url += location.pathname;
if (url.substr(-1)!="/") url += "/";
url += ".data/config.php";
url += "app.json";
//alert(url);
var xhr4 = new XMLHttpRequest();
xhr4.open("GET", url);