Skip to content

Commit 8784469

Browse files
Version 9.0 - bug fix
1 parent 9d5871b commit 8784469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reciept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$type_price = $_GET['type_price'];
1111
$products = $_GET['products'];
1212
$total = $_GET['total'];
13-
$get_tracking_url = $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . '/tracking.php?id=' . $id;
13+
$get_tracking_url = $_SERVER['REMOTE_ADDR'] . dirname($_SERVER['PHP_SELF']) . '/tracking.php?id=' . $id;
1414

1515
?>
1616
<!DOCTYPE html>

0 commit comments

Comments
 (0)