ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilDAVActivationChecker.php
Go to the documentation of this file.
1 <?php
2 
8 {
17  public static function _isActive()
18  {
19  global $DIC;
20  return $DIC->clientIni()->readVariable('file_access', 'webdav_enabled') == '1';
21  }
22 }
global $DIC
Definition: saml.php:7
static _isActive()
Static getter.