Skip to content

Commit 2ca706f

Browse files
authored
Update back.php
1 parent 20c3557 commit 2ca706f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pay/back.php

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -308,18 +308,17 @@ function doAction($payRowId, $gateType){
308308
foreach($vraylink as $vray_link){
309309
$acc_text = "
310310
311+
311312
😍 سفارش جدید شما
312313
📡 پروتکل: $protocol
313-
🎴 پورت: $port
314314
💰 قیمت: $amount تومان
315315
🔮 نام سرویس: $remark
316316
317-
🔗 <code> $vray_link </code>
318-
319-
\n
320-
";
317+
🔮 $remark \n <code>$vray_link</code>
318+
319+
";
321320

322-
$file = RandomString() .".png";
321+
$file = RandomString().".png";
323322
$ecc = 'L';
324323
$pixel_Size = 10;
325324
$frame_Size = 10;
@@ -561,4 +560,4 @@ function showForm($msg, $type = "", $state = false){
561560
</html>
562561
<?php
563562
}
564-
?>
563+
?>

0 commit comments

Comments
 (0)