This commit is contained in:
Frederic Guillot 2013-07-17 18:51:42 -04:00
parent 91e4be685f
commit 4d7cfcb52d
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ if (! extension_loaded('pdo_sqlite')) {
}
// Check for curl
if (! function_exists('curl_init') || ! ini_get('allow_url_fopen')) {
if (! function_exists('curl_init') && ! ini_get('allow_url_fopen')) {
die('You must have "allow_url_fopen=1" or curl extension installed');
die('You must have "allow_url_fopen=On" or curl extension installed');
}
// Check if /data is writeable