芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/thefirstcookout.com/support/application/libraries/APPAPIResponse.php
rtime=time(); } function displayResponse(){ die(json_encode($this)); } function setResponse($status,$msg,$data=null,$response_code=404){ $this->status=$status; $this->msg=$msg; $this->data=$data; $this->code=$response_code; } }