本日作業分

This commit is contained in:
2023-09-01 01:53:54 +09:00
parent 50996316e5
commit d13588c24f
13 changed files with 170 additions and 13 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -219,11 +219,11 @@ SendToServer (backup)
mode: 'cors'};
if (backup)
await SendServer (`backup.php?id=${uniqId}`, param);
await SendServer (`/modules/backup.php?id=${uniqId}`, param);
else
{
// SendServer (`upload.php?name=${userName.value}&pass=${password.value}&msg=${message.value}`, param);
await SendServer (`upload.php${window.location.search}&name=${userName.value}&pass=${password.value}&held=${held ? 1 : 0}&uniqid=${uniqId}`, param);
await SendServer (`/modules/upload.php${window.location.search}&name=${userName.value}&pass=${password.value}&held=${held ? 1 : 0}&uniqid=${uniqId}`, param);
}
}