If its blank next to the CURL section it is
because,curl_init which is a function we use to connect to
Paypal for example has been disabled.
You will need to:
- Remove the curl_init string from the disable_functions at
php.ini* file
- Ask your hosting provider to remove the string above if
you don't have an access to the php.ini* file
- Change hosting provider which allows the running of the
curl_init function.
You could also open the maintenance.php file and place a
comment next to that string but these functions wouldn't be
available.