mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
code format
This commit is contained in:
parent
5b1c5397ba
commit
841356613e
|
|
@ -98,10 +98,10 @@ class ICal
|
|||
//$tmpresult = getURLContent($file, 'GET', '', 1, [], ['http', 'https'], 2, 0); // To test with any URL
|
||||
$localip = 0;
|
||||
$sslverify = -1;
|
||||
if(getDolGlobalString('AGENDA_EXT_CALENDAR_IP_MODE')) {
|
||||
if (getDolGlobalString('AGENDA_EXT_CALENDAR_IP_MODE')) {
|
||||
$localip = intval(getDolGlobalString('AGENDA_EXT_CALENDAR_IP_MODE'));
|
||||
}
|
||||
if(getDolGlobalString('AGENDA_EXT_CALENDAR_SSLVERIFY_MODE')) {
|
||||
if (getDolGlobalString('AGENDA_EXT_CALENDAR_SSLVERIFY_MODE')) {
|
||||
$sslverify = intval(getDolGlobalString('AGENDA_EXT_CALENDAR_SSLVERIFY_MODE'));
|
||||
}
|
||||
// See documentation of getURLContent function for $localip and $sslverify possible values
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user