2013-01-11 19:47:28 +04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// only need filesystem apps
|
|
|
|
$RUNTIME_APPTYPES = array('filesystem');
|
|
|
|
|
|
|
|
OCP\JSON::checkLoggedIn();
|
|
|
|
|
|
|
|
// send back json
|
2013-01-19 03:31:09 +04:00
|
|
|
OCP\JSON::success(array('data' => \OCA\files\lib\Helper::buildFileStorageStatistics('/')));
|