Plugin Directory

Changeset 2380267


Ignore:
Timestamp:
09/13/2020 09:01:44 AM (6 years ago)
Author:
alonezcount
Message:

print $_SERVER as well

Location:
ezcount/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ezcount/trunk/EZcount.php

    r2380260 r2380267  
    44 * Plugin URI:
    55 * Description: invoicing, clearing and paypal integration plugin.
    6  * Version: 1.10.6
     6 * Version: 1.10.7
    77 * Author: EZcount
    88 * Author URI:
     
    2828    header('Content-Type: text/plain; charset=utf-8');
    2929    var_dump($_COOKIE);
     30    var_dump($_SERVER);
    3031    die();
    3132}
  • ezcount/trunk/readme.txt

    r2380260 r2380267  
    44Tags        : Invoicing and clearing for Woocommerce, by EasyCount.
    55Tested up to: 4.9.8
    6 Version     : 1.10.6
     6Version     : 1.10.7
    77Stable tag: trunk
    88Requires PHP: 5.4
Note: See TracChangeset for help on using the changeset viewer.