From 9848313d2ecb316082f754463065d4b5071f6dae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=A0=D1=83=D0=B4?=
 =?UTF-8?q?=D0=B5=D0=BD=D0=B5=D1=86?= <andrey.rudenets@gmail.com>
Date: Fri, 22 Aug 2014 22:00:53 +0400
Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?=
 =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B1=D0=B0=D0=B3=D0=BE=D0=B2,=20vo?=
 =?UTF-8?q?l.=201?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../Controller/Teacher/Admin/Index.php        | 21 -------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 ~dev_rating/application/classes/Controller/Teacher/Admin/Index.php

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 aaf788af7..000000000
--- 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
-- 
GitLab