Charlie 9 years ago
parent
commit
2bc8f88f67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/controllers/SiteController.php

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

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