mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 11:19:22 +02:00
Update ipn.php
This commit is contained in:
parent
6584811ed6
commit
febeb5e4e1
2
ipn.php
2
ipn.php
@ -81,7 +81,7 @@
|
|||||||
$custom = (int)$_POST['custom'];
|
$custom = (int)$_POST['custom'];
|
||||||
|
|
||||||
$connectedIp = $_SERVER['REMOTE_ADDR'];
|
$connectedIp = $_SERVER['REMOTE_ADDR'];
|
||||||
mysql_insert("INSERT INTO `znote_paypal` VALUES ('0', '$txn_id', 'Connection from IP: $connectedIp', '0', '0', '0')");
|
mysql_insert("INSERT INTO `znote_paypal` VALUES ('0', '0', 'Connection from IP: $connectedIp', '0', '0', '0')");
|
||||||
|
|
||||||
$status = VerifyPaypalIPN();
|
$status = VerifyPaypalIPN();
|
||||||
if ($status) {
|
if ($status) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user