소스 검색

Moved the secret to the proper controller

Michael Francis 14 년 전
부모
커밋
5c0b97013b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/SignupController.php

+ 1 - 1
controllers/SignupController.php

@@ -7,9 +7,9 @@ use li3_swiftmailer\mailer\Message;
 use app\models\User;
 use app\models\confirmKey;
 
-
 class SignupController extends \lithium\action\Controller {
 	public $publicActions = array('index','confirm', 'cancel' );
+	public $secret = "marshmallows"; //I don't know why either?
 
 	public function index() {
 		$user = null;