Commit 36945a2f authored by Tobias Munk's avatar Tobias Munk

added cookie validation info

parent 07cf9941
......@@ -33,7 +33,7 @@ class AppController extends BaseAppController
*/
public function actionInit()
{
echo "Basic initialization completed.\n\nPlease add a MySQL database to your config and run\n\n ./yii migrate\n\n";
echo "\nPlease add cookieValidationKey (frontend,backend) and a MySQL database (common) to your config and run\n\n ./yii migrate\n\n";
// TODO: fix app/configure
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment