Procházet zdrojové kódy

Moved the secret to the proper controller

Michael Francis před 14 roky
rodič
revize
5c0b97013b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;