summaryrefslogtreecommitdiffstats
path: root/application/controllers/api/v1/file.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/api/v1/file.php')
-rw-r--r--application/controllers/api/v1/file.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/controllers/api/v1/file.php b/application/controllers/api/v1/file.php
index 515286462..56455c01e 100644
--- a/application/controllers/api/v1/file.php
+++ b/application/controllers/api/v1/file.php
@@ -50,6 +50,7 @@ class file extends \controllers\api\api_controller {
public function get_config()
{
+ // TODO: return more fields?
return send_json_reply(array(
"upload_max_size" => $this->config->item("upload_max_size"),
"max_files_per_request" => intval(ini_get("max_file_uploads")),
@@ -67,7 +68,7 @@ class file extends \controllers\api\api_controller {
{
$this->muser->require_access("apikey");
-
+ // TODO: implement
}
}
# vim: set noet: