summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/getstoragestats.php
blob: 32a77bff6c3054961a364ce1561b5c5e82f04f85 (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\Helper::buildFileStorageStatistics('/')));