ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
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 @include_once("Auth/HTTP.php");
22 }
23}
24?>