diff --git a/~dev_rating/application/classes/Controller/Teacher/Admin/Index.php b/~dev_rating/application/classes/Controller/Teacher/Admin/Index.php deleted file mode 100644 index aaf788af789b84504015735603237d2a5cf6a8fb..0000000000000000000000000000000000000000 --- a/~dev_rating/application/classes/Controller/Teacher/Admin/Index.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php defined('SYSPATH') or die('No direct script access.'); - -class Controller_Teacher_Index extends Controller_UserEnvi { - - public function action_index() - { - $twig = Twig::factory('teacher/index'); - - // ??? - - $twig->User = $this->UserInfo; - $this->response->body($twig); - } - - public function action_settings() { - $twig = Twig::factory('settings'); - $twig->User = $this->UserInfo; - $this->response->body($twig); - } -} - \ No newline at end of file