From: Cameron Ball Date: Sun, 4 Jan 2015 09:03:31 +0000 (+0800) Subject: Remove test controller. X-Git-Url: http://git.cameron1729.xyz/?a=commitdiff_plain;h=6f66cea34cc236675b2fe47ed20eab3d0e8acca6;p=rock.divinelegy.git Remove test controller. --- 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; - } -}