diff options
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/SignupController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/SignupController.php b/controllers/SignupController.php index 6a9538a..7cd2656 100644 --- a/controllers/SignupController.php +++ b/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; |