Преглед изворни кода

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;