summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/getstoragestats.php
blob: 7a2b642a9bd11296f64bc16afd1fb559dbde2443 (plain)
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('/')));