ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilDAVActivationChecker.php
Go to the documentation of this file.
1<?php
2
8{
17 public static function _isActive()
18 {
19 $settings = new ilSetting('webdav');
20 return $settings->get('webdav_enabled', '0') == '1';
21 }
22}
An exception for terminatinating execution or to throw for unit testing.
ILIAS Setting Class.