Plugin Directory

Changeset 698323


Ignore:
Timestamp:
04/16/2013 07:35:20 AM (13 years ago)
Author:
paaggeli
Message:

url fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content-for-money/tags/1.0/contentformoney.php

    r590944 r698323  
    115115                    <input type="hidden" name="business" value="'.$a['email'].'">
    116116                    <input type="hidden" name="currency_code" value="USD">
    117                     <input type="hidden" name="return" value="http://127.0.0.1:4001/'.$_SERVER['REQUEST_URI'].'&id='.time().'">
     117                    <input type="hidden" name="return" value="http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].'&id='.time().'">
    118118                    <input type="hidden" name="amount" value="'.$a['amount'].'">
    119119                    <input type="hidden" name="item_name" value="'.get_the_title().'">
Note: See TracChangeset for help on using the changeset viewer.