Files
godot-asset-library/templates/_csrf.phtml
2016-08-11 12:11:34 +03:00

2 lines
203 B
PHTML

<input type="hidden" name="<?php echo esc($csrf_name_key) ?>" value="<?php echo esc($csrf_name) ?>">
<input type="hidden" name="<?php echo esc($csrf_value_key) ?>" value="<?php echo esc($csrf_value) ?>">