shish hace 5 años
padre
commit
64fdfb9bbe
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/mall/controllers/TestController.php

+ 2 - 0
app/mall/controllers/TestController.php

@@ -12,6 +12,8 @@ use Yii;
 class TestController extends BaseController
 {
 
+	public $withoutLogin = ['index'];
+
 	public function actionIndex()
 	{
 		echo 'ok';