@@ -375,4 +375,7 @@ class Common extends CI_Controller {
exit(json_result('0000', $this->response['0000'], $data));
}
+ public function test(){
+ fopen('./test.txt', 'w');
+ }