本日作業分
このコミットが含まれているのは:
+1290
ファイル差分が大きすぎるため省略します
差分を読込み
+2
-2
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
新しい課題から参照
ユーザをブロックする