mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Session prefix, if you are hosting multiple sites, make the session name different to avoid conflict.
This commit is contained in:
@@ -43,7 +43,7 @@ if ($paypal['enabled']) {
|
||||
<input type="hidden" name="cancel_return" value="<?php echo $paypal['failed']; ?>">
|
||||
<input type="hidden" name="rm" value="2">
|
||||
<input type="hidden" name="notify_url" value="<?php echo $paypal['ipn']; ?>" />
|
||||
<input type="hidden" name="custom" value="<?php echo (int)$_SESSION['user_id']; ?>">
|
||||
<input type="hidden" name="custom" value="<?php echo (int)$session_user_id; ?>">
|
||||
<input type="submit" value=" PURCHASE ">
|
||||
</form>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user