Loading Controllers/api/v2/moderation/appeals.php +7 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,13 @@ class appeals implements Interfaces\Api { public function get($pages) { if (!Core\Session::isLoggedIn()) { return Factory::response([ 'status' => 'error', 'message' => 'You must be loggedin', ]); } if ($_POST['offset']) { return Factory::response([ ]); } Loading Loading
Controllers/api/v2/moderation/appeals.php +7 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,13 @@ class appeals implements Interfaces\Api { public function get($pages) { if (!Core\Session::isLoggedIn()) { return Factory::response([ 'status' => 'error', 'message' => 'You must be loggedin', ]); } if ($_POST['offset']) { return Factory::response([ ]); } Loading