예제 #1
0
파일: api.php 프로젝트: bloveing/openulteo
 public function certificate_reset_named_users()
 {
     $this->check_authorized('manageConfiguration');
     if (class_exists("PremiumManager")) {
         PremiumManager::certificate_reset_named_users();
         $this->log_action('certificate_reset_named_users');
         return true;
     }
     return false;
 }