Updated GlobalExtractor version to 1.1.8 #1

Merged
50n50 merged 2 commits from Cufiy/sources-fork:main into main 2025-11-05 16:45:59 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 7dbb92abea - Show all commits
+2
View File
@@ -589,6 +589,8 @@ async function sendLog(message) {
// send http://192.168.2.130/sora-module/log.php?action=add&message=message
console.log(message);
return;
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
.catch(error => {
console.error('Error sending log:', error);
+1 -1
View File
@@ -338,7 +338,7 @@ function base64Decode(str) {
async function sendLog(message) {
// send http://192.168.2.130/sora-module/log.php?action=add&message=message
console.log(message);
// return;
return;
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
.catch(error => {