getViewer(); $id = $request->getURIData('id'); if (!$viewer->getIsDisabled()) { return new Aphront404Response(); } return $this->newDialog() ->setTitle(pht('Account Disabled')) ->addCancelButton('/logout/', pht('Okay')) ->appendParagraph(pht('Your account has been disabled.')); } }