Browse Source

Merge branch 'test' of git.oschina.net:yiguanjia/php into test

e 8 years ago
parent
commit
86b65bedb0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      www/protected/controllers/ROrderController.php

+ 5 - 0
www/protected/controllers/ROrderController.php

@@ -734,4 +734,9 @@ class ROrderController extends AdminController{
         }
         CommonFn::requestAjax($success, '', array());
     }
+
+    public function actionTest(){
+        var_dump($_SERVER['HTTP_USER_AGENT']);
+        exit;
+    }
 }