diff --git a/~dev_rating/application/classes/Controller/DeanOffice/Index.php b/~dev_rating/application/classes/Controller/DeanOffice/Index.php
index 4473e1a2e84203c4590f998877f84b9fbb870cbb..10cece405c2630311267842c0ea313840594a32c 100644
--- a/~dev_rating/application/classes/Controller/DeanOffice/Index.php
+++ b/~dev_rating/application/classes/Controller/DeanOffice/Index.php
@@ -2,6 +2,12 @@
 
 class Controller_DeanOffice_Index extends Controller_UserEnvi {
 
+    public function before() {
+        Cookie::set('fD', 'true'); // Ставим кук fD, чтоб иметь возможность скачать файл
+
+        parent::before();
+    }
+
     public function action_index()
     {
         $twig = Twig::factory('dean_office/index');