芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/modules/MailMultiAccountsPlugin/Manager.php
validate()) { if (!$this->isExists($oAccount)) { if (!$oAccount->save()) { throw new \Aurora\System\Exceptions\ManagerException(\Aurora\System\Exceptions\Errs::UserManager_AccountCreateFailed); } } else { throw new \Aurora\System\Exceptions\ApiException(\Aurora\System\Notifications::AccountExists); } } $bResult = true; return $bResult; } }