Plugin Directory

Changeset 698325


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

fix url

File:
1 edited

Legend:

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

    r626458 r698325  
    157157                    <input type="hidden" name="business" value="'.$a['email'].'">
    158158                    <input type="hidden" name="currency_code" value="'.$tmpOption['currency'].'">
    159                     <input type="hidden" name="return" value="http://127.0.0.1:4001/'.$_SERVER['REQUEST_URI'].'&id='.time().'">
     159                    <input type="hidden" name="return" value="http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].'&id='.time().'">
    160160                    <input type="hidden" name="amount" value="'.$a['amount'].'">
    161161                    <input type="hidden" name="item_name" value="'.get_the_title().'">
Note: See TracChangeset for help on using the changeset viewer.