php-censor/src/B8Framework/Form/View/Csrf.phtml

1 line
105 B
PHTML
Raw Normal View History

2016-04-12 19:31:39 +02:00
<input type="hidden" id="<?php print $id; ?>" name="<?php print $name; ?>" value="<?php print $csrf; ?>">