- Dynamic Pages (MyPage)

- Uploading files to the Server FTP.
This commit is contained in:
Paolo Arena
2019-12-27 12:43:42 +01:00
parent ad8f335d6c
commit ad94721b7d
35 changed files with 355 additions and 232 deletions

View File

@@ -1,14 +1,10 @@
function geturl() {
const miaurl = document.location.href
if (miaurl.includes('test.')) {
return 'https://test.associazioneshen.it/'
if (miaurl.includes('localhost')) {
return 'http://localhost:8084/'
} else {
if (miaurl.includes('localhost')) {
return 'http://localhost:8080/'
} else {
return 'https://associazioneshen.it/'
}
return 'https://mandalasolidale.freeplanet.app/'
}
}