getstoragestats.php 216 B

12345678910
  1. <?php
  2. // only need filesystem apps
  3. $RUNTIME_APPTYPES = array('filesystem');
  4. OCP\JSON::checkLoggedIn();
  5. // send back json
  6. OCP\JSON::success(array('data' => \OCA\files\lib\Helper::buildFileStorageStatistics('/')));