@@ -34,6 +34,7 @@ phpunit.phar
#otherfiles
env.txt
+/www/index.php
*.log
*.bin
@@ -129,7 +129,7 @@ class SiteController extends AdminController
}
public function actionTest(){
- echo 'test';exit;
+ echo 'temp';exit;
echo Yii::app()->params['o2o_service'][2]['name'];exit;