CCaptcha.php 380 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * FecShop file.
  4. *
  5. * @link http://www.fecshop.com/
  6. * @copyright Copyright (c) 2016 FecShop Software LLC
  7. * @license http://www.fecshop.com/license/
  8. */
  9. namespace fec\helpers;
  10. use Yii;
  11. use yii\captcha\Captcha;
  12. /**
  13. * @author Terry Zhao <2358269014@qq.com>
  14. * @since 1.0
  15. */
  16. class CCaptcha extends Captcha
  17. {
  18. public $captchaAction = '/fecadmin/captcha/index';
  19. }