From 6f66cea34cc236675b2fe47ed20eab3d0e8acca6 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Sun, 4 Jan 2015 17:03:31 +0800 Subject: [PATCH] Remove test controller. --- Controllers/DownloadTestController.php | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Controllers/DownloadTestController.php diff --git a/Controllers/DownloadTestController.php b/Controllers/DownloadTestController.php deleted file mode 100644 index 1f92ab4..0000000 --- a/Controllers/DownloadTestController.php +++ /dev/null @@ -1,22 +0,0 @@ -_quotaManager = $quotaManager; - } - - public function indexAction() { - $quota = (($this->_quotaManager->getCurrentUserQuotaRemaining())/1000)/1000; - echo $quota; - } -} -- 2.11.0