Skip to content
Snippets Groups Projects
Commit 16c0db59 authored by RomanSteinberg's avatar RomanSteinberg
Browse files

FIX: coockie fD was not created

parent 7b51ab11
Branches
Tags
No related merge requests found
......@@ -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');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment