cowboy / php-simple-proxy

Simple PHP Proxy: Get external HTML, JSON and more!
http://benalman.com/projects/php-simple-proxy/
GNU General Public License v2.0
538 stars 155 forks source link

fixes #1 on cowboy/php-simple-proxy #27

Closed benkaiser closed 4 years ago

benkaiser commented 9 years ago

Fix all UNDEFINED notices so they don't trigger when error reporting turned on. This is done by using array_key_exists instead of directly accessing the array index (that could be undefined)