ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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}
An exception for terminatinating execution or to throw for unit testing.
$DIC
Definition: xapitoken.php:46