Преглед на файлове

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;