softius / php-cross-domain-proxy

PHP Proxy for Cross Domain Requests
GNU General Public License v3.0
269 stars 141 forks source link

put 'csurl' in to a definition #8

Open xlthor opened 9 years ago

xlthor commented 9 years ago

I recommend to put 'csurl' string for the target url parameter in to a define:

    /**
      * Define the target URL Parameter 'csurl'
      * Change appropriate
      */
    define('CSURL', 'csurl');

If any clashes with existing params may occur, it can be easily adopted then.