ソースを参照

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;