diff --git a/encoder/firmware.php b/encoder/firmware.php index 0df8b4d..ad1d9a4 100755 --- a/encoder/firmware.php +++ b/encoder/firmware.php @@ -1,5 +1,7 @@ Device ID :-
Project Name :- URMI Universal Encoder / Decoder
- Software Version :- 1.0v
+ Software Version :- 1.0v
@@ -285,7 +286,7 @@ include 'header.php';
-
+
diff --git a/tmp.php b/tmp.php new file mode 100644 index 0000000..c8024ad --- /dev/null +++ b/tmp.php @@ -0,0 +1,55 @@ + base64_encode($encrypted) +]; + +$ch = curl_init('https://account.urmic.org/encoder/update.php'); +curl_setopt_array($ch, [ + CURLOPT_POST => true, + CURLOPT_POSTFIELDS => $postData, + CURLOPT_RETURNTRANSFER => true, + CURLOPT_TIMEOUT => 10, +]); + +$response = curl_exec($ch); +print_r($response);