From ab48a09f0d674b703467975b376c5ac7352670ae Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 28 May 2016 11:31:54 -0400 Subject: Rename controllers --- app/Controller/Captcha.php | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 app/Controller/Captcha.php (limited to 'app/Controller/Captcha.php') diff --git a/app/Controller/Captcha.php b/app/Controller/Captcha.php deleted file mode 100644 index f6c717b3..00000000 --- a/app/Controller/Captcha.php +++ /dev/null @@ -1,29 +0,0 @@ -response->withContentType('image/jpeg')->send(); - - $builder = new CaptchaBuilder; - $builder->build(); - $this->sessionStorage->captcha = $builder->getPhrase(); - $builder->output(); - } -} -- cgit v1.2.3