예제 #1
0
파일: json.php 프로젝트: hackingman/TradeX
 function Logout()
 {
     JSON::Response(JSON_STATUS_LOGOUT, array());
 }