Pārlūkot izejas kodu

Moved the secret to the proper controller

Michael Francis 14 gadi atpakaļ
vecāks
revīzija
5c0b97013b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;