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