1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-06-16 23:11:07 +03:00

Removed CSRF

This commit is contained in:
Alexander Yakovlev 2014-09-25 21:59:22 +07:00
parent cd7f62a9d7
commit bfaed97e42

View file

@ -63,7 +63,6 @@ class View_Edit extends View_Layout {
}
$output .= $input.'</div>';
}
$output .= Form::hidden('csrf', Security::token());
$output .= Form::btn_submit('Отправить');
return $output;
}