소스 검색

Update database.php

Update the database plugin description.
FusionPBX 9 년 전
부모
커밋
348596dd1c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      core/authentication/resources/classes/plugins/database.php

+ 1 - 2
core/authentication/resources/classes/plugins/database.php

@@ -3,8 +3,7 @@
 /**
  * plugin_database 
  *
- * @method validate uses authentication plugins to check if a user is authorized to login
- * @method get_domain used to get the domain name from the URL or username and then sets both domain_name and domain_uuid
+ * @method database checks the local database to authenticate the user or key
  */
 class plugin_database {