NextGen Gallery v0.98 SSL Patch
Download is not available anymore
This simple NextGen Gallery patch makes use of the new SSL driven admin section feature of WordPress 2.6.
In the zip file you will find two files:
- addgallery.php
- nextgen_ssl_support.patch
First one is the whole addgallery.php file with the patch applied. Just copy it:
1 | /path/to/wordpress/wp-content/plugins/nextgen-gallery/admin/wp25/ |
As long as you’ve got shell access to the server, you can also use the common patch file, which you can apply on the server with:
1 | $ patch -p0 /path/to/wordpress/wp-content/plugins/nextgen-gallery/admin/wp25/addgallery.php /path/to/patch/nextgen_ssl_support.patch |


