コード例 #1
0
ファイル: indexController.php プロジェクト: im286er/SimplePHP
 public function captcha()
 {
     $captcha = new captcha();
     $config = config('captcha');
     // 		debug($config);
     $captcha->setConfig($config);
     // 		$captcha = load('captcha');
     $captcha->create();
     // 		debug($captcha);
 }