chaddro / EasyPopulate-4.0

Data import and export module for Zencart 1.3.x and 1.5.x
GNU General Public License v2.0
24 stars 31 forks source link

Replace $_SERVER variables in easypopulate_4.php #11

Closed talkingnews closed 12 years ago

talkingnews commented 12 years ago

In easypopulate_4.php you might want to change $_SERVER["PHP_SELF"] to $_SERVER['SCRIPT_NAME'].

As more and more people switch to nginx and php-fpm, this would be an issue for them,

See here for more info: https://bugs.php.net/bug.php?id=55208

BTW, thanks for making this much needed update!

chaddro commented 12 years ago

Thanks, I'll look to getting that into the next push.

chaddro commented 12 years ago

Okay. Made the change.