AUTO-BACKUP 20260416-0400
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -13,5 +13,5 @@
|
||||
"Run simulation",
|
||||
"CEO insights"
|
||||
],
|
||||
"timestamp": "2026-04-16 01:55:01"
|
||||
"timestamp": "2026-04-16 02:00:01"
|
||||
}
|
||||
@@ -14,7 +14,7 @@ function v2e_send($to, $subject, $html, $method, $from_name, $from_email='') {
|
||||
$ch = curl_init('http://127.0.0.1/api/wevads-v2-engine.php?action=send_test&token=WEVADS2026');
|
||||
curl_setopt_array($ch, [
|
||||
CURLOPT_POST => true,
|
||||
CURLOPT_POSTFIELDS => http_build_query(['to'=>$to,'subject'=>$subject,'html'=>$html,'method'=>$method,'from_name'=>$from_name,'from_email'=>$from_email]),
|
||||
CURLOPT_POSTFIELDS => http_build_query(['to'=>$to,'subject'=>$subject,'html'=>$html,'method'=>$method,'from_name'=>$from_name,'from'=>$from_email]),
|
||||
CURLOPT_RETURNTRANSFER => true,
|
||||
CURLOPT_TIMEOUT => 10,
|
||||
]);
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"ts":"03:56","status":"offline"}
|
||||
{"ts":"04:00","status":"stale","age":3500}
|
||||
|
||||
Reference in New Issue
Block a user