本日作業分

このコミットが含まれているのは:
2023-09-01 01:53:54 +09:00
コミット d13588c24f
13個のファイルの変更170行の追加13行の削除
+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);
}
}