ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilDAVActivationChecker.php
Go to the documentation of this file.
1 <?php
2 
8 {
17  public static function _isActive()
18  {
19  global $ilClientIniFile;
20  return $ilClientIniFile->readVariable('file_access','webdav_enabled') == '1';
21  }
22 }
23 ?>
static _isActive()
Static getter.