本日作業分
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user