The string is an array ...

This commit is contained in:
Michael Vogel 2016-09-22 18:07:32 +00:00
父節點 c6f50d0468
當前提交 abbf501602
共有 1 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -143,7 +143,7 @@ class exAuth {
/**
* @brief Check if the given username exists
*
* @param string $aCommand The command string
* @param array $aCommand The command array
*/
private function isuser($aCommand) {
global $a;
@ -209,7 +209,7 @@ class exAuth {
/**
* @brief Authenticate the givven user and password
*
* @param string $aCommand The command string
* @param array $aCommand The command array
*/
private function auth($aCommand) {
global $a;