* remove files lib in api.

This commit is contained in:
王怡栋
2021-11-22 14:45:09 +08:00
parent 4ec1fd0f4c
commit 73aa790f64

View File

@@ -33,11 +33,6 @@ class doclibsEntry extends Entry
}
krsort($result);
$lib = new stdclass();
$lib->id = 'files';
$lib->name = $this->lang->doclib->files;
$result[] = $lib;
return $this->send(200, array('libs' => array_values($result)));
}
}