Пример #1
0
 /**
  * Checks status of desktop install.
  * @return bool
  */
 public static function isDesktopInstall()
 {
     if (!Loader::includeModule('im')) {
         return false;
     }
     return \CIMMessenger::checkInstallDesktop();
 }