ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
static _isActive()
Static getter.
$DIC
Definition: xapitoken.php:46