mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 07:18:21 -04:00
Clean PHP code.
This commit is contained in:
parent
d6040b028e
commit
65caa0fe9d
2 changed files with 0 additions and 58 deletions
|
@ -87,11 +87,6 @@ class Api {
|
|||
$response["items"] = $this->app->get_items($url, $what);
|
||||
}
|
||||
|
||||
if (Util::get_boolean_request_param("all_items", false)) {
|
||||
|
||||
$response["all_items"] = $this->app->get_all_items();
|
||||
}
|
||||
|
||||
Util::json_exit($response);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue