two more PHP5 curl

This commit is contained in:
Florian Schlichting 2019-03-11 22:46:37 +01:00
parent afe69f22d3
commit 75d4db9afb
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ function fetch_external ( $bind_id, $min_age = '1 hour', $ua_string )
{
if ( ! function_exists ( "curl_init" ) ) {
dbg_error_log("external", "external resource cannot be fetched without curl, please install curl");
$request->DoResponse( 503, translate('PHP5 curl support is required for external binds') );
$request->DoResponse( 503, translate('PHP curl support is required for external binds') );
return ;
}
$sql = 'SELECT collection.*, collection.dav_name AS path, dav_binding.external_url AS external_url FROM dav_binding LEFT JOIN collection ON (collection.collection_id=bound_source_id) WHERE bind_id = :bind_id';

View File

@ -884,7 +884,7 @@ msgid "PHP not using Apache Filter mode"
msgstr "PHP nepoužíva mód Apache filtra"
msgid "PHP curl support is required for external binds"
msgstr "Pre externé spojenia sa vyžaduje podpora PHP5 curl"
msgstr "Pre externé spojenia sa vyžaduje podpora PHP curl"
msgid ""
"PUT on a collection is only allowed for text/calendar content against a "