Skip to content
Snippets Groups Projects
Commit 32b476d6 authored by Björn Schießle's avatar Björn Schießle
Browse files

remove comments around code block

parent 7d41d3ab
Branches
No related tags found
No related merge requests found
...@@ -43,13 +43,13 @@ class OC_FileStorage_DAV extends OC_Filestorage_Common{ ...@@ -43,13 +43,13 @@ class OC_FileStorage_DAV extends OC_Filestorage_Common{
); );
$this->client = new OC_Connector_Sabre_Client($settings); $this->client = new OC_Connector_Sabre_Client($settings);
/*
if($caview = \OCP\Files::getStorage('files_external')) { if($caview = \OCP\Files::getStorage('files_external')) {
$certPath=\OCP\Config::getSystemValue('datadirectory').$caview->getAbsolutePath("").'rootcerts.crt'; $certPath=\OCP\Config::getSystemValue('datadirectory').$caview->getAbsolutePath("").'rootcerts.crt';
if (file_exists($certPath)) { if (file_exists($certPath)) {
$this->client->addTrustedCertificates($certPath); $this->client->addTrustedCertificates($certPath);
} }
}*/ }
//create the root folder if necesary //create the root folder if necesary
$this->mkdir(''); $this->mkdir('');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment