mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
two more PHP5 curl
This commit is contained in:
parent
afe69f22d3
commit
75d4db9afb
@ -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';
|
||||
|
||||
@ -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 "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user