Browse Source

removed test line.

tags/2.0.0-beta
Qiang Xue 12 years ago
parent
commit
9cce66c794
  1. 1
      apps/basic/controllers/SiteController.php

1
apps/basic/controllers/SiteController.php

@ -20,7 +20,6 @@ class SiteController extends Controller
public function actionIndex()
{
Yii::$app->end(0, false);
echo $this->render('index');
}

Loading…
Cancel
Save