Blame view

sources/apps/files/ajax/getstoragestats.php 216 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
  <?php
  
  // only need filesystem apps
  $RUNTIME_APPTYPES = array('filesystem');
  
  OCP\JSON::checkLoggedIn();
  
  // send back json
  OCP\JSON::success(array('data' => \OCA\files\lib\Helper::buildFileStorageStatistics('/')));