function fail($reason)
 {
     echo tt::json(array('_type' => 'fail', 'code' => $reason));
     exit;
 }