Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion woocommerce-gateway-lightning.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

register_activation_hook( __FILE__, function(){
if (!extension_loaded('gd') || !extension_loaded('curl')) {
die('The php-curl and php-gd extensions are required.');
die('The php-curl and php-gd extensions of your web server are required. If you are running this site on a managed hosting service you might have to contact your service provider for additional help.');
}
});

Expand Down