Charlie 8 years ago
parent
commit
7578e45895
1 changed files with 1 additions and 0 deletions
  1. 1 0
      www/protected/controllers/SiteController.php

+ 1 - 0
www/protected/controllers/SiteController.php

@@ -129,6 +129,7 @@ class SiteController extends AdminController
 	}
 
     public function actionTest(){
+        echo 'test';exit;
         echo Yii::app()->params['o2o_service'][2]['name'];exit;
     }
 }