ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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}
An exception for terminatinating execution or to throw for unit testing.