php-cross-domain-proxy icon indicating copy to clipboard operation
php-cross-domain-proxy copied to clipboard

put 'csurl' in to a definition

Open xlthor opened this issue 9 years ago • 0 comments

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.

xlthor avatar Dec 07 '14 05:12 xlthor